CryptoPassphrase  ScryptPWGen.h at [4364044864]

File ScryptPWGen.h artifact ec12f8880c part of check-in 4364044864


#import <ObjFW/ObjFW.h>

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