Move crypto1 to helpers, add it to the public API (#3567)

* Move crypto1 to helpers, add it to the public API
* F18 API version bump

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Astra
2024-04-07 23:47:48 +09:00
committed by GitHub
parent 16b34c6e4d
commit 27e61eb808
7 changed files with 17 additions and 4 deletions

View File

@@ -48,6 +48,7 @@ env.Append(
File("helpers/iso14443_crc.h"),
File("helpers/iso13239_crc.h"),
File("helpers/nfc_data_generator.h"),
File("helpers/crypto1.h"),
],
)