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
We could split per algorithm ie fastcrypto-BLS12381, fastcrypto-ed25519, etc
fastcrypto-BLS12381
fastcrypto-ed25519
or per domain fastcrypto-hash, fastcrypto-signature, etc (as we do for fastcrypto-zkp which lives separately in the workspace)
fastcrypto-hash
fastcrypto-signature
fastcrypto-zkp
@huitseeker I'd love your opinion on that. Atm crates that depend on fastcrypto have to download everything.
The text was updated successfully, but these errors were encountered:
jonas-lj
joyqvq
No branches or pull requests
We could split per algorithm ie
fastcrypto-BLS12381
,fastcrypto-ed25519
, etcor per domain
fastcrypto-hash
,fastcrypto-signature
, etc (as we do forfastcrypto-zkp
which lives separately in the workspace)@huitseeker I'd love your opinion on that. Atm crates that depend on fastcrypto have to download everything.
The text was updated successfully, but these errors were encountered: