CryptoPassphrase  ScryptPWGen.h at [617d8a7cfb]

File ScryptPWGen.h artifact ec12f8880c part of check-in 617d8a7cfb


#import <ObjFW/ObjFW.h>

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