nstilt1 / crypto-on-the-edge

A WIP Rust crate for generating private keys from IDs based on an HKDF, and eliminates the need to store private keys.
Apache License 2.0
0 stars 0 forks source link

Revisions #16

Closed nstilt1 closed 5 months ago

nstilt1 commented 5 months ago

Fixes:

13

14

15

Added the init_boxed crate just in case it might be desirable; have not integrated with it yet, and probably won't because every single crate that provides a cryptographic type that has a buffer would ideally "need" to use it to be effective. I say they would "need" to use it because stack bleaching is an alternative... plus, the threat model that would "need" this solution is pretty rare.