libaes-sivv2020-10-15
- Updated
An RFC5297-compliant C implementation of AES-SIV.
- Project website: https://github.com/dfoxfranke/libaes_siv
#Usage
libaes-siv provides CMake targets:
find_package(unofficial-libaes-siv CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::libaes-siv::libaes-siv)#Supported Platforms
All platforms supported.
#Features
No features defined.
#Host Dependencies
and one transitive dependency:
- vcpkg-cmake-get-vars (through openssl)
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Samuel Marks