win_crypto_ngModule helpers
Source - AlgoHandle
- Blob
- C-compatible dynamic inline structure.
- KeyHandle
- Cryptographic key handle
- WindowsString
- Owned, wide variant of the
CString
type.
- AsBytes
- Marker trait for types that can be safely converted to bytes.
- BlobLayout
- Marker trait for dynamic struct layouts prefixed with
Self::Header
type
of a statically-known size. Used in tandem with Blob
. - FromBytes
- Marker trait for types that can be safely converted to bytes.
- Handle
- Pod
- Marker trait that can be safely converted from and into bytes.