CodeQL library for Rust
codeql/rust-all 0.2.5-dev (changelog, source)
Search

Module RustCrypto

Provides modeling for the RustCrypto family of crates (cipher, digest etc).

Import path

import codeql.rust.frameworks.rustcrypto.RustCrypto

Classes

StreamCipherInit

An operation that initializes a cipher through the cipher::KeyInit or cipher::KeyIvInit trait, for example Des::new or cbc::Encryptor<des::Des>::new.