mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-06 20:20:39 +00:00
Previously the variable names referred to `public` and `secret` which do not exist. Update them to `verifying_key` and `secret_key`. |
||
|---|---|---|
| .. | ||
| batch.rs | ||
| constants.rs | ||
| context.rs | ||
| errors.rs | ||
| hazmat.rs | ||
| lib.rs | ||
| signature.rs | ||
| signing.rs | ||
| verifying.rs | ||