Skip to content

Commit bd7018a

Browse files
aumetrawebmaster128
andcommitted
Update contracts/crypto-verify/tests/integration.rs
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
1 parent 19e088b commit bd7018a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/crypto-verify/tests/integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const DOMAIN_HASH_TO_G2: &[u8] = b"BLS_SIG_BLS12381G2_XMD:SHA-256_SSWU_RO_NUL_";
8484
/// Public key League of Entropy Mainnet (curl -sS https://drand.cloudflare.com/info)
8585
const PK_LEO_MAINNET: [u8; 48] = hex!("868f005eb8e6e4ca0a47c8a77ceaa5309a47978a7c71bc5cce96366b5d7a569937c529eeda66c7293784a9402801af31");
8686

87-
fn build_bls_message(round: u64, previous_signature: &[u8]) -> Vec<u8> {
87+
fn build_drand_message(round: u64, previous_signature: &[u8]) -> Vec<u8> {
8888
Sha256::new()
8989
.chain_update(previous_signature)
9090
.chain_update(round.to_be_bytes())

0 commit comments

Comments
 (0)