3.6.6 Further document nonces

This was already a largely documented file. While the terminology is
potentially ambiguous, there's not a clearer path perceived at this time.
This commit is contained in:
Luke Parker
2023-03-01 00:35:37 -05:00
parent 62b3036cbd
commit 5a3406bb5f
3 changed files with 9 additions and 5 deletions

View File

@@ -221,8 +221,8 @@ pub trait SignMachine<S>: Sized {
/// security as your private key share.
fn cache(self) -> CachedPreprocess;
/// Create a sign machine from a cached preprocess. After this, the preprocess should be fully
/// deleted, as it must never be reused. It is
/// Create a sign machine from a cached preprocess. After this, the preprocess must be deleted so
/// it's never reused. Any reuse would cause the signer to leak their secret share.
fn from_cache(
params: Self::Params,
keys: Self::Keys,