Version 1.0.0
Initial release. The public API that will remain stable as of this version contains everything except internal modules (ccryptolib.internal.*
) and experimental functions (anything that starts with _EXPERIMENTAL
). We are following semantic versioning.
Aditionally, the following functions are guaranteed to exhibit identical behavior whether or not the random generator has been initialized:
blake3.digest
blake3.deriveKey
, but NOT the function that it returnsed25519.verify
random.init
random.mix
sha256.digest
util.toHex
util.fromHex
All other functions may throw an error in the current or a future release with a MINOR version increment unless random.init
has been called with correct arguments.