From 8cfccd8696f39a2727a5952d55d8491d0648d3ff Mon Sep 17 00:00:00 2001 From: Skalman Date: Mon, 13 Nov 2023 11:45:32 -0500 Subject: [PATCH] fmt --- substrate/primitives/core/src/paired_crypto.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/substrate/primitives/core/src/paired_crypto.rs b/substrate/primitives/core/src/paired_crypto.rs index 684b8dffa343..aa9994695573 100644 --- a/substrate/primitives/core/src/paired_crypto.rs +++ b/substrate/primitives/core/src/paired_crypto.rs @@ -96,10 +96,10 @@ pub mod ecdsa_bls377 { ::Signature::unchecked_from(raw) } - /// Hashes the `message` with the specified `MsgHasher` and then verifies whether the resulting - /// hash was signed by the provided ECDSA public key. It does not affect the behavior of the - /// BLS12-377 component. It verifies whether the BLS12-377 signature was hashed and signed - /// according to IETF standard + /// Hashes the `message` with the specified `MsgHasher` and then verifies whether the + /// resulting hash was signed by the provided ECDSA public key. It does not affect the + /// behavior of the BLS12-377 component. It verifies whether the BLS12-377 signature was + /// hashed and signed according to IETF standard pub fn verify_with_hasher( sig: &Signature, message: &[u8],