We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69d3b5 commit 5279feaCopy full SHA for 5279fea
1 file changed
test/4.pkey.lua
@@ -86,7 +86,7 @@ function TestPKEYMY:testBasic()
86
local p = mk_key(v)
87
p = pkey.get_public(p)
88
assert(not p:is_private())
89
- p, _ = k:derive(p)
+ p = k:derive(p)
90
assert(type(p) == "string")
91
end
92
0 commit comments