Update cipt parsing (#5712)

* refactor

* move thing out

* write unit tests

* get thing to work

* optimization?

* fix build failure
This commit is contained in:
RickyRister 2025-03-14 18:44:13 -07:00 committed by GitHub
parent 068465143b
commit 3a11ccb854
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 305 additions and 3 deletions

View file

@ -51,3 +51,4 @@ target_link_libraries(password_hash_test cockatrice_common Threads::Threads ${GT
add_subdirectory(carddatabase)
add_subdirectory(loading_from_clipboard)
add_subdirectory(oracle)