CryptoPassphrase  Diff

Differences From Artifact [4f629bacac]:

To Artifact [edee7e31d5]:


21
22
23
24
25
26
27
28
29
30
 */

#import <ObjFW/ObjFW.h>

@interface ScryptPWGen: OFObject <OFApplicationDelegate>
{
	size_t _length;
	bool _repeat;
}
@end







|


21
22
23
24
25
26
27
28
29
30
 */

#import <ObjFW/ObjFW.h>

@interface ScryptPWGen: OFObject <OFApplicationDelegate>
{
	size_t _length;
	bool _legacy, _repeat;
}
@end