Add human-readable algorithm name as NAME constant.

This commit is contained in:
2025-11-09 04:01:05 +00:00
parent 56d304a82e
commit 46bc05f547
8 changed files with 29 additions and 26 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ Useful for creating pseudo random bytes as rapidly as possible. Reuse of the sam
### Miscellaneous
Constants (per module): KEYBYTES, NONCEBYTES, MACBYTES, MACBYTES_LONG, RATE, ALIGNMENT
Constants (per module): NAME, KEYBYTES, NONCEBYTES, MACBYTES, MACBYTES_LONG, RATE, ALIGNMENT
- random_key() -> bytearray (length KEYBYTES)
- random_nonce() -> bytearray (length NONCEBYTES)