Blockchain Commons Crypto TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Function schnorrSignUsing

    • Sign a message using Schnorr signature with a custom RNG.

      Parameters

      • ecdsaPrivateKey: Uint8Array

        32-byte private key

      • message: Uint8Array

        Message to sign

      • rng: RandomNumberGenerator

        Random number generator for auxiliary randomness

      Returns Uint8Array

      64-byte Schnorr signature