sspi 0.21.0

A Rust implementation of the Security Support Provider Interface (SSPI) API
Documentation
1
2
3
4
5
6
pub(super) mod validation;
#[cfg(target_os = "windows")]
pub(super) mod win_extraction;

#[cfg(target_os = "windows")]
pub(super) use win_extraction as extraction;