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.

rfc1751.d.ts 251B

12345
  1. /// <reference types="node" />
  2. declare function keyToRFC1751Mnemonic(hex_key: string): string;
  3. declare function rfc1751MnemonicToKey(english: string): Buffer;
  4. export { rfc1751MnemonicToKey, keyToRFC1751Mnemonic };
  5. //# sourceMappingURL=rfc1751.d.ts.map