ADDED: crypto_n_random_bytes/2, creating cryptographically secure random bytes

The ring crate is used since it will be needed also for future
predicates in library(crypto).
This commit is contained in:
Markus Triska
2020-05-13 00:22:17 +02:00
parent c70b873397
commit 716fde5784
4 changed files with 34 additions and 1 deletions

View File

@@ -34,3 +34,4 @@ ref_thread_local = "0.0.0"
rug = { version = "1.4.0", optional = true }
rustyline = "6.0.0"
unicode_reader = "1.0.0"
ring = "0.16.13"