Blockchain Commons Components TypeScript Library - v1.0.0-alpha.13
Preparing search index...
Blockchain Commons Components TypeScript Library - v1.0.0-alpha.13
Enumerations
EncapsulationScheme
HashType
KeyDerivationMethod
ErrorKind
MLDSALevel
MLKEMLevel
SignatureScheme
Classes
Compressed
Digest
ECPrivateKey
ECPublicKey
ECUncompressedPublicKey
SchnorrPublicKey
Ed25519PrivateKey
Ed25519PublicKey
EncapsulationCiphertext
EncapsulationPrivateKey
EncapsulationPublicKey
SealedMessage
Argon2idParams
EncryptedKey
HKDFParams
PBKDF2Params
ScryptParams
SSHAgentParams
CryptoError
HKDFRng
ARID
URI
UUID
XID
JSON
MLDSAPrivateKey
MLDSAPublicKey
MLDSASignature
MLKEMCiphertext
MLKEMPrivateKey
MLKEMPublicKey
Nonce
PrivateKeyBase
PrivateKeys
PublicKeys
Reference
Salt
Seed
Signature
SigningPrivateKey
SigningPublicKey
Sr25519PrivateKey
Sr25519PublicKey
SSKRShareCbor
AuthenticationTag
EncryptedMessage
SymmetricKey
X25519PrivateKey
X25519PublicKey
SSKRSecret
SSKRGroupSpec
SSKRSpec
Interfaces
DigestProvider
ECKeyBase
ECKey
ECPublicKeyBase
KeyDerivation
Encrypter
Decrypter
InvalidSizeData
InvalidDataData
DataTooShortData
MLDSAKeypairData
MLKEMKeypairData
MLKEMEncapsulationResult
MLKEMEncapsulationPair
PrivateKeyDataProvider
PrivateKeysProvider
PublicKeysProvider
ReferenceProvider
SeedMetadata
Signer
Verifier
SimpleRng
Type Aliases
KeyDerivationParams
ErrorData
Result
ReferenceEncodingFormat
SigningOptions
SSKRShare
Variables
SALT_LEN
DEFAULT_PBKDF2_ITERATIONS
DEFAULT_SCRYPT_LOG_N
DEFAULT_SCRYPT_R
DEFAULT_SCRYPT_P
MLDSA_KEY_SIZES
MLKEM_KEY_SIZES
SR25519_PRIVATE_KEY_SIZE
SR25519_PUBLIC_KEY_SIZE
SR25519_SIGNATURE_SIZE
SR25519_DEFAULT_CONTEXT
SSKRShare
ENVELOPE
LEAF
KNOWN_VALUE
ENCRYPTED
COMPRESSED
Functions
digestFromBytes
isECKeyBase
isECKey
isECPublicKeyBase
defaultEncapsulationScheme
createEncapsulationKeypair
createEncapsulationKeypairUsing
hashTypeToString
hashTypeToCbor
hashTypeFromCbor
defaultKeyDerivationMethod
keyDerivationMethodIndex
keyDerivationMethodFromIndex
keyDerivationMethodToString
keyDerivationMethodFromCbor
hkdfParams
pbkdf2Params
scryptParams
argon2idParams
sshAgentParams
defaultKeyDerivationParams
keyDerivationParamsMethod
isPasswordBased
isSshAgent
lockWithParams
keyDerivationParamsToCbor
keyDerivationParamsToCborData
keyDerivationParamsToString
keyDerivationParamsFromCbor
isEncrypter
isDecrypter
isError
isCryptoError
isCryptoErrorKind
mldsaPrivateKeySize
mldsaPublicKeySize
mldsaSignatureSize
mldsaLevelToString
mldsaLevelFromValue
mldsaGenerateKeypair
mldsaGenerateKeypairUsing
mldsaSign
mldsaVerify
mlkemPrivateKeySize
mlkemPublicKeySize
mlkemCiphertextSize
mlkemSharedSecretSize
mlkemLevelToString
mlkemLevelFromValue
mlkemGenerateKeypair
mlkemGenerateKeypairUsing
mlkemEncapsulate
mlkemDecapsulate
isPrivateKeyDataProvider
isReferenceProvider
defaultSignatureScheme
isSshScheme
isMldsaScheme
createKeypair
createKeypairUsing
sskrGenerateShares
sskrGenerateSharesUsing
sskrCombineShares
bytesToHex
hexToBytes
toBase64
fromBase64
bytesEqual
sskrGenerate
sskrGenerateUsing
sskrCombine
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Enumerations
Encapsulation
Scheme
Hash
Type
Key
Derivation
Method
Error
Kind
MLDSA
Level
MLKEM
Level
Signature
Scheme
Classes
Compressed
Digest
EC
Private
Key
EC
Public
Key
EC
Uncompressed
Public
Key
Schnorr
Public
Key
Ed25519
Private
Key
Ed25519
Public
Key
Encapsulation
Ciphertext
Encapsulation
Private
Key
Encapsulation
Public
Key
Sealed
Message
Argon2id
Params
Encrypted
Key
HKDF
Params
PBKDF2
Params
Scrypt
Params
SSH
Agent
Params
Crypto
Error
HKDF
Rng
ARID
URI
UUID
XID
JSON
MLDSA
Private
Key
MLDSA
Public
Key
MLDSA
Signature
MLKEM
Ciphertext
MLKEM
Private
Key
MLKEM
Public
Key
Nonce
Private
Key
Base
Private
Keys
Public
Keys
Reference
Salt
Seed
Signature
Signing
Private
Key
Signing
Public
Key
Sr25519
Private
Key
Sr25519
Public
Key
SSKR
Share
Cbor
Authentication
Tag
Encrypted
Message
Symmetric
Key
X25519
Private
Key
X25519
Public
Key
SSKR
Secret
SSKR
Group
Spec
SSKR
Spec
Interfaces
Digest
Provider
EC
Key
Base
EC
Key
EC
Public
Key
Base
Key
Derivation
Encrypter
Decrypter
Invalid
Size
Data
Invalid
Data
Data
Data
Too
Short
Data
MLDSA
Keypair
Data
MLKEM
Keypair
Data
MLKEM
Encapsulation
Result
MLKEM
Encapsulation
Pair
Private
Key
Data
Provider
Private
Keys
Provider
Public
Keys
Provider
Reference
Provider
Seed
Metadata
Signer
Verifier
Simple
Rng
Type Aliases
Key
Derivation
Params
Error
Data
Result
Reference
Encoding
Format
Signing
Options
SSKR
Share
Variables
SALT_
LEN
DEFAULT_
PBKDF2_
ITERATIONS
DEFAULT_
SCRYPT_
LOG_
N
DEFAULT_
SCRYPT_
R
DEFAULT_
SCRYPT_
P
MLDSA_
KEY_
SIZES
MLKEM_
KEY_
SIZES
SR25519_
PRIVATE_
KEY_
SIZE
SR25519_
PUBLIC_
KEY_
SIZE
SR25519_
SIGNATURE_
SIZE
SR25519_
DEFAULT_
CONTEXT
SSKR
Share
ENVELOPE
LEAF
KNOWN_
VALUE
ENCRYPTED
COMPRESSED
Functions
digest
From
Bytes
is
EC
Key
Base
is
EC
Key
is
EC
Public
Key
Base
default
Encapsulation
Scheme
create
Encapsulation
Keypair
create
Encapsulation
Keypair
Using
hash
Type
To
String
hash
Type
To
Cbor
hash
Type
From
Cbor
default
Key
Derivation
Method
key
Derivation
Method
Index
key
Derivation
Method
From
Index
key
Derivation
Method
To
String
key
Derivation
Method
From
Cbor
hkdf
Params
pbkdf2
Params
scrypt
Params
argon2id
Params
ssh
Agent
Params
default
Key
Derivation
Params
key
Derivation
Params
Method
is
Password
Based
is
Ssh
Agent
lock
With
Params
key
Derivation
Params
To
Cbor
key
Derivation
Params
To
Cbor
Data
key
Derivation
Params
To
String
key
Derivation
Params
From
Cbor
is
Encrypter
is
Decrypter
is
Error
is
Crypto
Error
is
Crypto
Error
Kind
mldsa
Private
Key
Size
mldsa
Public
Key
Size
mldsa
Signature
Size
mldsa
Level
To
String
mldsa
Level
From
Value
mldsa
Generate
Keypair
mldsa
Generate
Keypair
Using
mldsa
Sign
mldsa
Verify
mlkem
Private
Key
Size
mlkem
Public
Key
Size
mlkem
Ciphertext
Size
mlkem
Shared
Secret
Size
mlkem
Level
To
String
mlkem
Level
From
Value
mlkem
Generate
Keypair
mlkem
Generate
Keypair
Using
mlkem
Encapsulate
mlkem
Decapsulate
is
Private
Key
Data
Provider
is
Reference
Provider
default
Signature
Scheme
is
Ssh
Scheme
is
Mldsa
Scheme
create
Keypair
create
Keypair
Using
sskr
Generate
Shares
sskr
Generate
Shares
Using
sskr
Combine
Shares
bytes
To
Hex
hex
To
Bytes
to
Base64
from
Base64
bytes
Equal
sskr
Generate
sskr
Generate
Using
sskr
Combine
Blockchain Commons Components TypeScript Library - v1.0.0-alpha.13
Loading...