Function sp_io::crypto::finish_batch_verify[][src]

pub fn finish_batch_verify() -> bool

Finish batch-verification of signatures.

Verify or wait for verification to finish for all signatures which were previously deferred by sr25519_verify/ed25519_verify.

Will panic if no VerificationExt is registered (start_batch_verify was not called).