We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @peacekeeper the signing format in the proof is now base64 format for ed25119 but i need base58btc format whether is possible to do that ?
The text was updated successfully, but these errors were encountered:
Signing isn't done by this library, but by ld-signatures-java, e.g. here: https://github.com/WebOfTrustInfo/ld-signatures-java/blob/main/src/main/java/info/weboftrust/ldsignatures/signer/Ed25519Signature2018LdSigner.java
Ed25519Signature2018 uses Base64, not Base58btc.
Can you clarify what you mean?
Sorry, something went wrong.
No branches or pull requests
Hi @peacekeeper the signing format in the proof is now base64 format for ed25119
but i need base58btc format whether is possible to do that ?
The text was updated successfully, but these errors were encountered: