botan-sys 0.11.0

FFI wrapper for Botan cryptography library
Documentation
1
2
3
4
5
6
7
# botan-sys

This crate contains the FFI declarations for calling the C API included in the
[Botan](https://botan.randombit.net/) cryptography library.

A high level Rust interface built on these declarations is included in the
[botan](https://crates.io/crates/botan) crate.