Remove unused deps

This commit is contained in:
Sarah Jamie Lewis 2021-05-19 23:36:03 -07:00
parent 33f2fa9a88
commit 788270a02a
1 changed files with 0 additions and 7 deletions

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.