Performance Improvements #2

Merged
sarah merged 9 commits from perf into trunk 2021-05-22 19:51:46 +00:00
1 changed files with 0 additions and 7 deletions
Showing only changes of commit 788270a02a - Show all commits

View File

@ -32,13 +32,6 @@ use rayon::iter::ParallelIterator;
#[cfg(feature = "bulk_verify")]
use std::sync::mpsc::channel;
#[cfg(feature = "encrypt_to_tag")]
use secretbox::CipherType::Salsa20;
#[cfg(feature = "encrypt_to_tag")]
use secretbox::SecretBox;
#[cfg(feature = "encrypt_to_tag")]
use std::string::FromUtf8Error;
/// A tag is a probabilistic cryptographic structure. When constructed for a given `TaggingKey`
/// it will pass the `DetectionKey::test_tag` 100% of the time. For other tagging keys
/// it will pass the test with probability `GAMMA` related to the security parameter of the system.