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
rust-crypto is unmaintained; switch to a modern alternative
rust-crypto
0.2.36
> 0.2.36
The rust-crypto crate has not seen a release or GitHub commit since 2016, and its author is unresponsive.
We recommend you switch to one of the following crates instead, depending on which algorithms you need:
x25519-dalek
ed25519-dalek
ring
aes-gcm
aes-gcm-siv
aes-siv
chacha20poly1305
xsalsa20poly1305
aes
cast5
des
sha2
sha3
blake2
ripemd160
sha-1
hkdf
cmac
hmac
pmac
poly1305
pbkdf2
aes-ctr
chacha20
hc-256
salsa20
secp256k1
sodiumoxide
See advisory page for additional details.
The text was updated successfully, but these errors were encountered:
imclint21
No branches or pull requests
rust-crypto
0.2.36
> 0.2.36
The
rust-crypto
crate has not seen a release or GitHub commit since 2016,and its author is unresponsive.
We recommend you switch to one of the following crates instead, depending on
which algorithms you need:
x25519-dalek
ed25519-dalek
ring
:aes-gcm
,aes-gcm-siv
,aes-siv
,chacha20poly1305
,xsalsa20poly1305
aes
,cast5
,des
sha2
,sha3
,blake2
,ripemd160
(legacy:sha-1
)hkdf
cmac
,hmac
,pmac
,poly1305
pbkdf2
aes-ctr
,chacha20
,hc-256
,salsa20
secp256k1
:sodiumoxide
:See advisory page for additional details.
The text was updated successfully, but these errors were encountered: