mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-05 06:15:28 +00:00
Discard hash_iv entirely, using passphrase hash and centralise key generation.
Patch by Serge Belyshev.
This commit is contained in:
parent
a3e80871c2
commit
e856d481bf
7 changed files with 62 additions and 56 deletions
1
util.h
1
util.h
|
|
@ -30,5 +30,6 @@ void failure(const char *format, ...);
|
|||
void round_to_page(i64 *size);
|
||||
void get_rand(uchar *buf, int len);
|
||||
void lrz_crypt(rzip_control *control, uchar *buf, i64 len, uchar *salt, int encrypt);
|
||||
void lrz_keygen(rzip_control *control, const uchar *passphrase);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue