From b63d104e006d2996b174235d60bb364d07b29198 Mon Sep 17 00:00:00 2001 From: mratsim Date: Thu, 8 Nov 2018 11:55:24 +0100 Subject: [PATCH] fix BLS12-381 comment --- benchmarks/bench_bls_sig_agggregation.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/bench_bls_sig_agggregation.nim b/benchmarks/bench_bls_sig_agggregation.nim index 270e6c6e9..19400477a 100644 --- a/benchmarks/bench_bls_sig_agggregation.nim +++ b/benchmarks/bench_bls_sig_agggregation.nim @@ -121,7 +121,7 @@ proc main(nb_samples: Natural) = echo '\n' echo "Note: message is re-hashed through Blake2B-384." echo " Eth2.0 spec mentions hashing with Blake2b-512 and slicing the first 256-bit." - echo " However message signing is unspecified, and Milagro BLS12-384 requires a 384-bit input." + echo " However message signing is unspecified, and Milagro BLS12-381 requires a 384-bit input." echo '\n' echo "######################"