Closed mantycore closed 5 years ago
Reimplemented zk-proof-mark using big-integer; found a bug caused by negative exponent. Need to adjust bit lengths of values used.
Decided against using ad-hoc implementation, instead will use inverted asymmetric cryptography scheme.
Invert asymmetric cryptography is also ill advised, instead implemented the original scheme using NaCl signatures with the key pair generated from the message hash instead of Schnorr algorithm.