projects
/
gnuk
/
gnuk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Use for \n
[gnuk/gnuk.git]
/
src
/
affine.h
1
/**
2
* @brief Affine coordinates
3
*/
4
typedef struct
5
{
6
bn256 x[1];
7
bn256 y[1];
8
} ac;