Update BLS library

This commit is contained in:
Paul Hauner
2019-06-03 13:26:22 +10:00
parent 9922ed2239
commit 10a7936c37
7 changed files with 10 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
use super::{PublicKey, SecretKey, BLS_SIG_BYTE_SIZE};
use bls_aggregates::Signature as RawSignature;
use cached_tree_hash::cached_tree_hash_ssz_encoding_as_vector;
use hex::encode as hex_encode;
use milagro_bls::Signature as RawSignature;
use serde::de::{Deserialize, Deserializer};
use serde::ser::{Serialize, Serializer};
use serde_hex::HexVisitor;