Skip to content

libaes-sivv2020-10-15

Updated

An RFC5297-compliant C implementation of AES-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.

#Dependencies

No transitive dependencies.

#Host Dependencies

and one transitive dependency:

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Samuel Marks's avatarSamuel Marks

#Changelog

  • 4d73751[libaes-siv] New port (#34519)