Documentation tweaks, add note regarding nightly

This commit is contained in:
Sarah Jamie Lewis 2021-05-22 13:01:43 -07:00
parent b543f366ef
commit 180e8f5cda
2 changed files with 6 additions and 1 deletions

View File

@ -52,6 +52,11 @@ parameter choices in addition to other factors when deploying fuzzytags to real-
For more guidance (and warnings) on integrating fuzzytags into a privacy preserving application see [documentation](https://docs.rs/fuzzytags/#integrating-fuzzytags)
## Building
This crate requires experimental features currently only provided by Rust nightly:
` rustup default nightly`
## Terminology and a more detailed System Description

View File

@ -534,7 +534,7 @@ impl<const GAMMA: u8> TaggingKey<{ GAMMA }> {
// Once the ciphertext has been computed, we use a master trapdoor for the chameleon hash (which is part of the schemes DetectionKey) in order to compute a collision (y,m) where m
// is a hash of the remaining components of the ciphertext"
// Translated m is a challenge over the random element u and the ordered ciphertexts
// Translated, m is a challenge over the random element u and the ordered ciphertexts
// It is then used to construct a response y which can be used to recover w the random element
// used to derive the key.