Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(eddsa): Fix eddsa private key parsing bug
The eddsa private key is encoded as PEM(PKCS#8) format. While decoding the private key a bug was introduced to generate a new key from the encoded bytes. Fixed the issue by decoding the private key with same format.
- Loading branch information