mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-08 00:33:12 +00:00
Imported from https://github.com/D4nte/discv5/pull/1 Replaced bcrypto backend with secp256k1.
3 lines
136 B
TypeScript
3 lines
136 B
TypeScript
export const ERR_TYPE_NOT_IMPLEMENTED = 'Keypair type not implemented';
|
|
export const ERR_INVALID_KEYPAIR_TYPE = 'Invalid keypair type';
|