We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9686e70 commit 4bd4c7cCopy full SHA for 4bd4c7c
scripts/imgtool/main.py
@@ -42,7 +42,7 @@ def gen_ecdsa_p224(keyfile, passwd):
42
43
44
def gen_ed25519(keyfile, passwd):
45
- keys.Ed25519.generate().export_private(path=keyfile)
+ keys.Ed25519.generate().export_private(path=keyfile, passwd=passwd)
46
47
48
valid_langs = ['c', 'rust']
0 commit comments