CryptoPassphrase  Diff

Differences From Artifact [8bad498857]:

To Artifact [7f1763dc99]:


22
23
24
25
26
27
28
29
30
31
32
33

#import "PasswordGenerator.h"

@interface LegacyPasswordGenerator: OFObject <PasswordGenerator>
{
	size_t _length;
	OFString *_site;
	OFData *_keyfile;
	const char *_passphrase;
	unsigned char *_output;
}
@end







|




22
23
24
25
26
27
28
29
30
31
32
33

#import "PasswordGenerator.h"

@interface LegacyPasswordGenerator: OFObject <PasswordGenerator>
{
	size_t _length;
	OFString *_site;
	OFData *_keyFile;
	const char *_passphrase;
	unsigned char *_output;
}
@end