repo.or.cz
/
tomato.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git]
/
release
/
src
/
router
/
libsodium
/
src
/
libsodium
/
crypto_sign
/
ed25519
/
ref10
/
fe_0.c
blob
ec879d7337fbe4f664b1cdcf892fc9d71909178c
1
#include
"fe.h"
2
3
/*
4
h = 0
5
*/
6
7
void
fe_0
(
fe h
)
8
{
9
h
[
0
] =
0
;
10
h
[
1
] =
0
;
11
h
[
2
] =
0
;
12
h
[
3
] =
0
;
13
h
[
4
] =
0
;
14
h
[
5
] =
0
;
15
h
[
6
] =
0
;
16
h
[
7
] =
0
;
17
h
[
8
] =
0
;
18
h
[
9
] =
0
;
19
}