Skip to content

llcrypto: Implement secret-key blinding.

Nick Mathewson requested to merge nickm/arti:blind_privkey into main

Closes #719 (closed).

Due to a difference between ed25519-dalek and ed25519-donna, converting these secret keys directly to public keys does not work. I've documented this in a "Limitations" section.

Merge request reports