Initial commit

This commit is contained in:
Jonathan Schleifer 2016-10-02 00:37:43 +02:00
commit 9e18d0deaf
No known key found for this signature in database
GPG key ID: 338C3541DB54E169
3 changed files with 158 additions and 0 deletions

8
ScryptPWGen.h Normal file
View file

@ -0,0 +1,8 @@
#import <ObjFW/ObjFW.h>
@interface ScryptPWGen: OFObject <OFApplicationDelegate>
{
size_t _length;
bool _repeat;
}
@end