update-fork
MITSUNARI Shigeo 5 years ago
parent 675e87005d
commit 4d3f4009cc
  1. 2
      api.md

@ -314,7 +314,7 @@ void mclBnGT_div(mclBnGT *z, const mclBnGT *x, const mclBnGT *y);
```
- use `mclBnGT_invGeneric` for an element in Fp12 - GT.
- NOTE: The following functions does NOT return a GT element because GT is multiplicative group.
- NOTE: The following functions do NOT return a GT element because GT is multiplicative group.
```
void mclBnGT_neg(mclBnGT *y, const mclBnGT *x);

Loading…
Cancel
Save