Evgeny Poberezkin
|
50c9c95287
|
Merge branch 'master' into xftp
|
2023-02-25 18:36:48 +00:00 |
|
Evgeny Poberezkin
|
e4aad7583f
|
unpadded AES-GCM encryption now requires 12 bytes IV (#656)
* unpadded AES-GCM encryption now requires 12 bytes IV
* update
* simplify AuthTag encoding
|
2023-02-25 16:22:10 +00:00 |
|
Evgeny Poberezkin
|
4ce4fa3423
|
xftp: write secret_box auth tag to the end of the file, for efficiency of ecryption/decryption (#650)
* xftp: write secret_box auth tag to the end of the file, for efficiency of ecryption/decryption
* comments
|
2023-02-23 18:28:20 +00:00 |
|
Evgeny Poberezkin
|
2ae3100bed
|
lazy pad/unpad, secretbox encrypt/decrypt (#639)
|
2023-02-15 22:01:33 +00:00 |
|
Evgeny Poberezkin
|
8659d4de05
|
NaCL secretbox based on cryptonite (#636)
|
2023-02-15 12:51:08 +00:00 |
|
Evgeny Poberezkin
|
61e0c346df
|
simplify C.sign, Crypto tests, triage TODOs (#592)
* simplify C.sign, Crypto tests, triage TODOs
* update condition
* remove todos
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
|
2023-01-06 15:34:05 +00:00 |
|
Evgeny Poberezkin
|
7f81396b09
|
prevent pad/unpad failures on large/small messages (#547)
* prevent pad/unpad failures on large/small messages
Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
|
2022-10-19 20:53:29 +01:00 |
|