CryptoPassphrase  Artifact [ec12f8880c]

Artifact ec12f8880c5cc0609677164b4ff95edb8867699d296feca08605da32b3a22b22:


#import <ObjFW/ObjFW.h>

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