mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-12-05 21:27:13 -06:00
remove some unused stuff, small fixups, use -Wextra
This commit is contained in:
@@ -48,7 +48,7 @@ curve25519_recip(bignum25519 out, const bignum25519 z) {
|
||||
/* 2^255 - 21 */ curve25519_mul_noinline(out, b, a);
|
||||
}
|
||||
|
||||
const static unsigned char curve25519_packedone[32] = {
|
||||
static const unsigned char curve25519_packedone[32] = {
|
||||
1, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
|
||||
Reference in New Issue
Block a user