Files
rosenpass/secret-memory
Ilka Schulz 4443a1a332 fix regressions from updating dependency rand:
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.
2026-06-07 11:11:33 +02:00
..

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.