# crypt32 # Contains function definitions for the Windows API library crypt32. See winapi for types and constants. ```toml [dependencies] crypt32-sys = "0.0.1" ``` ```rust extern crate crypt32; ``` [Documentation](https://retep998.github.io/doc/crypt32/)