fix: use correct sk size
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
from Jade require "crypto_sign/ed25519/amd64/amd64-64-24k/ed25519.jinc"
|
from Jade require "crypto_sign/ed25519/amd64/amd64-64-24k/ed25519.jinc"
|
||||||
|
|
||||||
param int SK_SIZE = 32;
|
param int SK_SIZE = 64;
|
||||||
param int SHARED_MEM_SIZE = 1024;
|
param int SHARED_MEM_SIZE = 1024;
|
||||||
param int PRIVATE_MEM_SIZE = 3200;
|
param int PRIVATE_MEM_SIZE = 3200;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user