diff options
| author | mat <git@matdoes.dev> | 2023-05-26 15:17:25 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-05-26 15:17:25 -0500 |
| commit | 9bdace4aab064257dccb39fab4d47fde6dd9a062 (patch) | |
| tree | e420d8ae9b053742f42ec82c5285746fc8d6d5f6 /azalea-crypto/Cargo.toml | |
| parent | eb65b0ad6e03f5ffcf8f0f2328ec91bb7e26259f (diff) | |
| download | azalea-drasl-9bdace4aab064257dccb39fab4d47fde6dd9a062.tar.xz | |
add stuff related to chat signing
and also some stuff related to digging because i forgot to do a different branch lol
Diffstat (limited to 'azalea-crypto/Cargo.toml')
| -rw-r--r-- | azalea-crypto/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-crypto/Cargo.toml b/azalea-crypto/Cargo.toml index aed12e04..f9847645 100644 --- a/azalea-crypto/Cargo.toml +++ b/azalea-crypto/Cargo.toml @@ -14,8 +14,10 @@ azalea-buf = { path = "../azalea-buf", version = "^0.7.0" } cfb8 = "0.8.1" num-bigint = "^0.4.3" rand = { version = "^0.8.4", features = ["getrandom"] } +rsa = { version = "0.9.2", features = ["sha2"] } rsa_public_encrypt_pkcs1 = "0.4.0" sha-1 = "^0.10.0" +sha2 = "0.10.6" uuid = "^1.1.2" [dev-dependencies] |
