Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixbug: Encode point incorrectly in Ed25519
When the first byte of public key is zero, the EncodePoint will get a wrong output. In this case, we add a prefix 0 in the front of encoded public key manually. Signed-off-by: NoelBright <noel.n.bright@gmail.com>
- Loading branch information