diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0d9395e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [CalVer](https://calver.org/). + +## 2024.06.04 + +The first public release of crypto-condor! + diff --git a/README.md b/README.md index d3f83ec..45d50d2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # crypto-condor + + crypto-condor is a tool for compliance testing of cryptographic primitives, in the form of a Python library and CLI. It is complemented by an extensive documentation, featuring guides on the primitives supported. @@ -81,9 +83,9 @@ See ## Changelog and versioning -A [changelog] is available. This projects adheres to -[CalVer](https://calver.org/). The format used is -YYYY.MM.DD\[.MICRO\]\[-MODIFIER\]: +A [changelog](https://github.com/quarkslab/crypto-condor/blob/main/CHANGELOG.md) +is available. This projects adheres to [CalVer](https://calver.org/). The format +used is YYYY.MM.DD\[.MICRO\]\[-MODIFIER\]: - YYYY: full year (2023). - 0M: zero-padded month (01, 02, ..., 12). @@ -97,3 +99,5 @@ YYYY.MM.DD\[.MICRO\]\[-MODIFIER\]: - Angèle Bossuat, Quarkslab. - Dahmun Goudarzi, Quarkslab. +Logo idea by Robin David, drawing by Irene Loayza. + diff --git a/crypto-condor.png b/crypto-condor.png new file mode 100644 index 0000000..9aa3850 Binary files /dev/null and b/crypto-condor.png differ