Closed
Description
[INFO] [stdout] error[E0659]: `Sign` is ambiguous
[INFO] [stdout] --> src/Core/cipher_aes_gcm_siv.rs:114:24
[INFO] [stdout] |
[INFO] [stdout] 114 | let mut hmac = Sign::new(plaintext.to_vec(), passphrase, Operation::Sign, SignType::Sha512);
[INFO] [stdout] | ^^^^ ambiguous name
[INFO] [stdout] |
[INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module
note: there were some other (knock on?) errors in this crate see logs for more detail