Changed imports

This commit is contained in:
alessandrokonrad 2023-02-08 16:28:59 +01:00
parent 74b3507777
commit 221f1afbfe
No known key found for this signature in database
1 changed files with 1 additions and 3 deletions

View File

@ -1214,9 +1214,7 @@ fn verify_schnorr(public_key: &[u8], message: &[u8], signature: &[u8]) -> Result
#[cfg(test)] #[cfg(test)]
mod tests { mod tests {
use crate::machine::runtime::convert_tag_to_constr; use super::{convert_constr_to_tag, convert_tag_to_constr};
use super::convert_constr_to_tag;
#[test] #[test]
fn compact_tag_range() { fn compact_tag_range() {