circu.js
Preparing search index...
crypto
CModuleCrypto
EcKeyPair
Interface EcKeyPair
interface
EcKeyPair
{
privateKey
:
ArrayBuffer
;
publicKey
:
ArrayBuffer
;
}
Index
Properties
private
Key
public
Key
Properties
private
Key
privateKey
:
ArrayBuffer
Private key in raw format
public
Key
publicKey
:
ArrayBuffer
Public key in raw uncompressed format (0x04 + x + y)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
private
Key
public
Key
circu.js
Loading...
Private key in raw format