deterministic-keygen

Crates.iodeterministic-keygen
lib.rsdeterministic-keygen
version0.0.7
sourcesrc
created_at2024-04-09 19:19:48.349638
updated_at2024-06-04 16:45:52.709999
descriptionDeterministic key-generator
homepage
repositoryhttps://github.com/crwood/deterministic-keygen
max_upload_size
id1202743
size18,556
Christopher R. Wood (crwood)

documentation

README

Deterministic-keygen

Deterministic-keygen is an experimental Rust and Python library for generating cryptographic keys deterministically, i.e., repeatably deriving the same key-material (output) given the same initial bytes of entropy (input). This can be used by applications to regenerate or restore a given key from some user-supplied input (for example, a BIP-39 mnemonic phrase), potentially enabling more "human-friendly" forms of key backup and recovery.

Currently, only RSA keys are supported.

[!WARNING] This library is an early proof-of-concept that has not been audited and is subject to change; do not use this for anything important!

Commit count: 66

cargo fmt