Test FROST signing in an async context.
Ported from Rust: async_check_sign
The ultimate goal of this test is to ensure that types are usable in async contexts. In TypeScript, this verifies that our implementations don't have any hidden synchronous-only dependencies.
The ciphersuite to test
A cryptographically secure random number generator
Test FROST signing in an async context.
Ported from Rust: async_check_sign
The ultimate goal of this test is to ensure that types are usable in async contexts. In TypeScript, this verifies that our implementations don't have any hidden synchronous-only dependencies.