Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zenroom
Zenroom
Commits
05c1e980
Commit
05c1e980
authored
Apr 27, 2022
by
matteo-cristino
Committed by
Jaromil
May 03, 2022
Browse files
cleaned schnorr key import
parent
2fe79eb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lua/zencode_keyring.lua
View file @
05c1e980
...
...
@@ -134,7 +134,7 @@ local function _keyring_import(obj)
res
.
kyber
=
ZEN
.
get
(
obj
,
'kyber'
,
kyber_f
)
end
if
obj
.
schnorr
then
res
.
schnorr
=
ZEN
.
get
(
obj
,
'schnorr'
,
nop
)
res
.
schnorr
=
ZEN
.
get
(
obj
,
'schnorr'
)
end
if
obj
.
ntrup
then
res
.
ntrup
=
ZEN
.
get
(
obj
,
'ntrup'
,
ntrup_f
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment