FROST Rerandomized TypeScript Library - v0.2.2-alpha.3
    Preparing search index...

    Function checkTestVectorSignature

    • Verify test vector signature.

      This function verifies that the expected signature from test vectors can be verified using the group verifying key and message. It uses the ciphersuite's native verify method to ensure compatibility.

      Type Parameters

      Parameters

      • ciphersuite: C

        The ciphersuite to test

      • vectors: TestVectorData

        The test vector data

      Returns void