Return 0 from crypto_sign_keypair for unit tests
This commit is contained in:
parent
66494ec3b5
commit
bbd9a9cf1c
@ -145,6 +145,8 @@ function crypto_sign_keypair (pk, sk, seeded) {
|
||||
pack(pk, p)
|
||||
|
||||
for (i = 0; i < 32; i++) sk[i + 32] = pk[i]
|
||||
|
||||
return 0
|
||||
}
|
||||
|
||||
function crypto_sign_seed_keypair (pk, sk, seed) {
|
||||
|
Loading…
Reference in New Issue
Block a user