release_v20230824_0
github-actions
released this
24 Aug 15:52
·
703 commits
to main
since this release
[fix] Update ECC384 and LMS verify function signatures This PR changes return types on ECC384 and LMS verify to return verify_r and candidate key values respectively. The callers of these functions now compare the values with the expected to determine if the signature verification succeded.