ecaps2: Remove unused brackets around Blake2b.
This commit is contained in:
parent
efedb215c4
commit
88ae9aca3f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ use data_forms::DataForm;
|
||||||
|
|
||||||
use self::sha2::{Sha256, Sha512, Digest};
|
use self::sha2::{Sha256, Sha512, Digest};
|
||||||
use self::sha3::{Sha3_256, Sha3_512};
|
use self::sha3::{Sha3_256, Sha3_512};
|
||||||
use self::blake2::{Blake2b};
|
use self::blake2::Blake2b;
|
||||||
|
|
||||||
fn compute_item(field: &String) -> Vec<u8> {
|
fn compute_item(field: &String) -> Vec<u8> {
|
||||||
let mut bytes = field.as_bytes().to_vec();
|
let mut bytes = field.as_bytes().to_vec();
|
||||||
|
|
Loading…
Reference in a new issue