aboutsummaryrefslogtreecommitdiff
path: root/azalea-crypto/src
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-05-01 23:45:28 -0500
committermat <github@matdoes.dev>2022-05-01 23:45:28 -0500
commit34058b25283947137216964462a1370d08010066 (patch)
treea5c8fa182b77398008bb6ffc67cad61ab7b7e5ca /azalea-crypto/src
parentdedcd0de8f017a00645b31cfdc1819a4e8da0850 (diff)
downloadazalea-drasl-34058b25283947137216964462a1370d08010066.tar.xz
Remove some resolved todo comments
Diffstat (limited to 'azalea-crypto/src')
-rw-r--r--azalea-crypto/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-crypto/src/lib.rs b/azalea-crypto/src/lib.rs
index dc2620cc..f47b91fe 100644
--- a/azalea-crypto/src/lib.rs
+++ b/azalea-crypto/src/lib.rs
@@ -59,7 +59,6 @@ pub fn encrypt(public_key: &[u8], nonce: &[u8]) -> Result<EncryptResult, String>
})
}
-// TODO: update the aes and cfb8 crates
pub type Aes128CfbEnc = cfb8::Encryptor<Aes128>;
pub type Aes128CfbDec = cfb8::Decryptor<Aes128>;