spruceid / didkit

A cross-platform toolkit for decentralized identity.
https://www.spruceid.dev/didkit/didkit
Apache License 2.0
266 stars 76 forks source link

Improve use and documentation of using different cryptographic libraries #169

Open clehner opened 3 years ago

clehner commented 3 years ago

ssi supports using different libraries for cryptographic functions: https://github.com/spruceid/ssi/issues/217 and may add more: https://github.com/spruceid/ssi/issues/216. This optionality should be exposed to DIDKit users, and documented. For example, how does one build didkit-cli and didkit-wasm using ed25519-dalek.

bumblefudge commented 3 years ago

Maybe start with the Rust docs, then add commands to other interfaces?

bumblefudge commented 3 years ago

As for the makefile, I'm a huge fan of commenting-out alternatives-- makes the documentation much easier for someone else to write :D