Initial commit
This commit is contained in:
commit
9e18d0deaf
3 changed files with 158 additions and 0 deletions
8
ScryptPWGen.h
Normal file
8
ScryptPWGen.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#import <ObjFW/ObjFW.h>
|
||||
|
||||
@interface ScryptPWGen: OFObject <OFApplicationDelegate>
|
||||
{
|
||||
size_t _length;
|
||||
bool _repeat;
|
||||
}
|
||||
@end
|
Loading…
Add table
Add a link
Reference in a new issue