miracl / core

MIRACL Core
Apache License 2.0
206 stars 68 forks source link

bugfix on fp48, fp24 and fp12 on toBytes() function #37

Closed ToraNova closed 3 years ago

ToraNova commented 3 years ago

Found a minor issue with fp12, fp24 and fp48 on function toBytes(), where CONFIG_BIG.MODBYTES from Java was used on last for-loop instead of ctx.BIG.MODBYTES.

CONFIG_BIG is undefined in the javascript version of the library.