You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345 |
- /// <reference types="node" />
- declare function keyToRFC1751Mnemonic(hex_key: string): string;
- declare function rfc1751MnemonicToKey(english: string): Buffer;
- export { rfc1751MnemonicToKey, keyToRFC1751Mnemonic };
- //# sourceMappingURL=rfc1751.d.ts.map
|