Crates.io | mc-oblivious-aes-gcm |
lib.rs | mc-oblivious-aes-gcm |
version | 0.10.1 |
source | src |
created_at | 2021-07-07 20:35:27.776346 |
updated_at | 2023-01-06 17:20:12.867476 |
description | WARNING: This crate is not intended for general use, you should use the official RustCrypto crate instead. Fork of RustCrypto's AES-GCM to provide a public CTR member, for use in a constant-time decrypt-in-place method. |
homepage | |
repository | https://github.com/mobilecoinfoundation/oblivious-aes-gcm |
max_upload_size | |
id | 420040 |
size | 383,948 |
WARNING: You should use the aes-gcm
crate, not this one. This crate is a patch/fork of the execellent RustCrypto crate to support a very, very niche use-case for MobileCoin, and as such it's maintenance and security are necessarily going to lag behind that of RustCrypto's crate.