jedisct1 / libaegis

Portable C implementations of the AEGIS family of high-performance authenticated encryption algorithms.
https://datatracker.ietf.org/doc/draft-irtf-cfrg-aegis-aead/
MIT License
60 stars 14 forks source link

generate aegis-config-version.cmake file #10

Closed victorstewart closed 3 months ago

victorstewart commented 3 months ago

we need this version file so that we can specify version constraints like find_package(aegis 0.1.23)

jedisct1 commented 3 months ago

Thank you!

I don't know anything about cmake, so this kind of contribution is always welcome.