MCPcopy Create free account
hub / github.com/DeepNotesApp/DeepNotes / addKey

Method addKey

packages/@stdlib/crypto/src/keyrings/keyring.ts:17–17  ·  view source on GitHub ↗
(key: Uint8Array)

Source from the content-addressed store, hash-verified

15 get wrappedValue(): Uint8Array;
16
17 addKey(key: Uint8Array);
18}
19
20export function createKeyring(

Callers 6

keyring.spec.tsFile · 0.65
addKeyMethod · 0.65
addKeyMethod · 0.65
step2Function · 0.65

Implementers 3

Keyringpackages/@stdlib/crypto/src/keyrings/k
SymmetricKeyringpackages/@stdlib/crypto/src/keyrings/s
PrivateKeyringpackages/@stdlib/crypto/src/keyrings/p

Calls

no outgoing calls

Tested by

no test coverage detected