You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Gost validation tests (#1)
* feat: fix bugs in NewPrivKey, padToSize, HashID inference, and benchmarks
* feat: add RFC 6986 Streebog test vectors, long message and incremental tests
* feat: expand gost3410 test coverage to 81.5% with comprehensive validation tests
* feat: expand gostcrypto and kdf/hd test coverage with roundtrip, corruption, and fuzz tests
* feat: verify acceptance criteria - all tests pass, coverage >= 80% across all packages
* documentation fixes