Test batch verification with a Ciphersuite.
Creates a signature and verifies it both individually and in a batch. This ensures batch verification produces the same result as individual verification.
Ported from: frost-core/src/tests/batch.rs batch_verify
The ciphersuite to test
A cryptographically secure random number generator
Test batch verification with a Ciphersuite.
Creates a signature and verifies it both individually and in a batch. This ensures batch verification produces the same result as individual verification.
Ported from: frost-core/src/tests/batch.rs batch_verify