feat(integration): wrappers, adapters, bench, tests, docs - #4
Merged
Conversation
- Update .gitmodules to use cherninkiy/hypericum-wrapper-tc26, shipovnik-wrapper-tc26, kryzhovnik-wrapper-tc26 - Set all submodules to branch main for consistency - Run submodule sync and update to ensure correct state # Step 1 of plan: migration to forks and submodule update
- Bump hypericum submodule to detached API commit - Bump shipovnik submodule to _ex status API commit - Prepare adapters for zero-copy and status-normalized calls
- Use Hypericum detached sign/verify without heap allocations - Use Shipovnik _ex APIs and validate signature length bounds - Normalize Kryzhovnik verify fallback to BB_INTERNAL
- Add optional --warmup iterations excluded from metrics - Keep message generation outside sign and verify timers - Report total_sig_size_mb as average per-iteration batch size
- Add test_adapters_batch for per-algorithm batch sign/verify - Validate negative mutation case for each message in batch - Register new test target in tests/CMakeLists.txt
- Include test_adapters_batch in CTest regex filter - Pass --warmup 1 in benchmark smoke commands - Add optional remote submodule refresh in third_party script
- Rename adapters_smoke target/test to test_adapters_smoke - Rename adapters_batch target/test to test_adapters_batch - Update CI ctest regex to use new test_* names
- Rename kryzhovnik test executables to test_* targets - Rename merkletree test executable to test_merkletree - Keep CI ctest regex aligned with unified test names
- Point algorithm links to original repositories in EN and RU - Add dedicated sections explaining integration forks - Refresh Current Status (MVP) to match implemented state - Update benchmark command examples to bench_seq
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR is no longer only a submodule migration. It now includes end-to-end integration updates for wrapper APIs, adapters, benchmark behavior, tests, CI, and docs synchronization.
What Changed
1) Submodules and forks
.gitmodulesmigrated to wrapper forks onmainfor:third_party/hypericumthird_party/shipovnikthird_party/kryzhovnik2) Wrapper API integration
crypto_sign_detachedcrypto_sign_verify_detachedshipovnik_generate_keys_exshipovnik_sign_ex3) Adapter refactoring and status unification
src/signature/hypericum_adapter.csrc/signature/shipovnik_adapter.c_exwrapper APIssrc/signature/kryzhovnik_adapter.cBB_INTERNAL4) Benchmark fixes (
bench_seq)--warmupoptiontotal_sig_size_mbsemantics:5) Tests
tests/test_adapters_batch.ctest_*for both CTest names and binaries:test_adapters_smoketest_adapters_batchtest_kryzhovniktest_kryzhovnik_wrappertest_kryzhovnik_apitest_merkletree6) CI and scripts
test_*names--warmup 1scripts/third_party.shsupports optional remote refresh via:THIRD_PARTY_REMOTE_UPDATE=17) Documentation sync (EN + RU)
README.mdandREADME_ru.mdsynchronizedCurrent Status (MVP)to reflect implemented workbench_seqthird_party/README.mdwith original-vs-fork mapping and rationaleValidation
Locally verified:
^test_): all tests passbench_seq ... --warmup 1): runs successfullyCurrent MVP Boundary
Implemented:
Not yet implemented: