Artifact ec12f8880c5cc0609677164b4ff95edb8867699d296feca08605da32b3a22b22:
- File ScryptPWGen.h — part of check-in [4364044864] at 2016-10-01 22:46:44 on branch trunk — Initial commit (user: js, size: 123) [annotate] [blame] [check-ins using]
#import <ObjFW/ObjFW.h> @interface ScryptPWGen: OFObject <OFApplicationDelegate> { size_t _length; bool _repeat; } @end