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_invert.c
blob
bcfdb8ff87e6b28b39cb61073edcbb5487ef13ca
1
#include
"fe.h"
2
3
void
fe_invert
(
fe out
,
const
fe z
)
4
{
5
fe t0
;
6
fe t1
;
7
fe t2
;
8
fe t3
;
9
int
i
;
10
11
#include
"pow225521.h"
12
13
return
;
14
}