Closed Synesso closed 5 years ago
This error is saying that the given 32-byte string does not encode a valid Ed25519 group element, meaning that the public key being passed to EdDSAPublicKeySpec
is invalid. It looks like this was identified in the referenced issue.
Triggered by https://github.com/stellar/java-stellar-sdk/issues/131
Replicate with the following:
In v0.3.0, results in:
What's happening here?