Files
pip/libs
andrey 9294cd7b7b fix(picrypt): use crypto_box_* constants for public-key decrypt
The decrypt() function for crypto_box (public-key) used
crypto_secretbox_NONCEBYTES and crypto_secretbox_MACBYTES
(secret-key constants) instead of crypto_box_* constants.
These happen to be equal in libsodium but are semantically
different APIs. Fix ensures consistency with the encrypt()
counterpart.
2026-08-10 16:26:08 +03:00
..
2026-08-05 12:46:43 +03:00
2026-03-20 16:31:30 +03:00
2026-05-26 21:37:21 +03:00
2025-08-13 11:17:00 +03:00
2026-08-05 19:48:01 +03:00
usb
2024-01-17 18:39:53 +03:00