LeoVasanko
|
c6e77cac66
|
Cleanup.
|
2025-11-10 08:00:12 +00:00 |
|
LeoVasanko
|
cb0f9956c3
|
Convert all input buffers to memoryview before use and use .nbytes, because len() doesn't work correctly with some buffers. Update docs with a Numpy example.
|
2025-11-09 21:19:50 +00:00 |
|
LeoVasanko
|
87d9a07868
|
Wipe state structs automatically after use. Simplified aligned allocator and its use via a single handle.
|
2025-11-09 08:04:00 +00:00 |
|
LeoVasanko
|
f983cbe4c5
|
util.nonce_increment and util.wipe functions, also exported by each module for convenience.
|
2025-11-07 21:53:39 +00:00 |
|
LeoVasanko
|
0efc2595d8
|
Make random_key and random_nonce return bytearray, and add a nonce_increment utility function.
|
2025-11-07 19:43:33 +00:00 |
|
LeoVasanko
|
cca78f4224
|
API cleanup for simplified update/final. Returns bytearrays when into is not used. Allows into buffers larger than needed. Misc other changes.
|
2025-11-07 07:38:18 +00:00 |
|
LeoVasanko
|
b83120187c
|
Build cleanup, pathname reorganisation, cdef to repository (although generated with gen_cdef.py).
|
2025-11-07 03:23:30 +00:00 |
|