herumi / mcl

a portable and fast pairing-based cryptography library
BSD 3-Clause "New" or "Revised" License
450 stars 152 forks source link

Fix she-api documents #71

Closed prprhyt closed 4 years ago

prprhyt commented 4 years ago

I found a typo about type of following the method in she-api.md and she-api-ja.md.

void she.neg(CT x)(JS) → CT she.neg(CT x)(JS)

https://github.com/herumi/she-wasm/blob/c7fac83ee9057c1b081b6286c252caa971fbbe9b/she.js#L572-L593

herumi commented 4 years ago

Thank you for your patch. I've merged it.