Skip to content
New issue

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

This library support only ed25119 base64 format ? #27

Open
Muthurajj opened this issue Oct 11, 2022 · 1 comment
Open

This library support only ed25119 base64 format ? #27

Muthurajj opened this issue Oct 11, 2022 · 1 comment

Comments

@Muthurajj
Copy link

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 ?

@peacekeeper
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants