mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-01-15 14:33:13 +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';
|