This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
ED25519 key generation impossible #3123
Labels
need/triage
Needs initial labeling and prioritization
Version:
{"version":"0.46.0","repo":7,"commit":""}
Platform:
Linux DESKTOP-21GI717 4.4.0-20150-Microsoft Read file error on Windows #1000-Microsoft Thu Jun 12 17:34:00 PST 2020 x86_64 GNU/Linux
Subsystem:
KEY
Severity:
High
Description:
const key1 = await this._node.key.gen('tata', {type : 'ed25519'})
TypeError: keypair.export is not a function
get the key, if i try without the type , there is no problem
Steps to reproduce the error:
just do const key1 = await this._node.key.gen('tata', {type : 'ed25519'})
The text was updated successfully, but these errors were encountered: