circu.js
    Preparing search index...

    Interface EcKeyPair

    interface EcKeyPair {
        privateKey: ArrayBuffer;
        publicKey: ArrayBuffer;
    }
    Index

    Properties

    privateKey: ArrayBuffer

    Private key in raw format

    publicKey: ArrayBuffer

    Public key in raw uncompressed format (0x04 + x + y)