armour/doc/d/randomness.md
Ari Archer d8a4ed75da
add documentation
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2023-10-15 01:41:26 +03:00

337 B

randomness in armour

all randomness in random is cryptographically secure, in the whole library we use a singular source of it -- armour.crypto.RAND, which is an instance of secrets.SystemRandom()

do not use cryptographically insecure randomness sources while using armour, forget that a library like random for example exists