parent
a9fe0e43fe
commit
9ac634762f
@ -43,7 +43,7 @@ int main(int argc, char **argv) {
|
|||||||
fread(m, 1, MLEN, stdin);
|
fread(m, 1, MLEN, stdin);
|
||||||
xmssmt_core_sign(¶ms, sk, sm, &smlen, m, MLEN);
|
xmssmt_core_sign(¶ms, sk, sm, &smlen, m, MLEN);
|
||||||
|
|
||||||
fseek(keypair, -params.privatekey_bytes, SEEK_CUR);
|
fseek(keypair, -((long int)params.privatekey_bytes), SEEK_CUR);
|
||||||
fwrite(sk, 1, params.privatekey_bytes, keypair);
|
fwrite(sk, 1, params.privatekey_bytes, keypair);
|
||||||
fwrite(sm, 1, params.bytes + MLEN, stdout);
|
fwrite(sm, 1, params.bytes + MLEN, stdout);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user