mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-07-28 14:26:59 -07:00
trait `Fill` has changed: https://docs.rs/rand/0.8.5/rand/trait.Fill.html https://docs.rs/rand/0.10.1/rand/trait.Fill.html It now randomizes `[Self]` (a slice) instead of `Self`. Also removed dead trait impementation of `Fill` which was never used.
Rosenpass secure memory library
Rosenpass internal library providing utilities for securely storing secret data in memory.
This is an internal library; not guarantee is made about its API at this point in time.