buddy.core.nonce

(source)
Namespace dedicated to provide an abstraction for generate a valid secure nonce values. By convenience, it also exposes additional functions for generate random iv/salts.

For more info about this library see:

https://funcool.github.io/buddy-core/latest/
Public Variable Short Description
for-engine (clj)
random-bytes (clj) Generate a byte array of specified length with random bytes taken from secure random number generator.
random-nonce (clj) Generate a secure nonce based on current time and additional random data obtained from secure random generator.