https://github.com/sheroz/crypto_vectors
Cryptography test vectors in Rust
https://github.com/sheroz/crypto_vectors
cipher cryptography test test-vectors vector
Last synced: about 2 months ago
JSON representation
Cryptography test vectors in Rust
- Host: GitHub
- URL: https://github.com/sheroz/crypto_vectors
- Owner: sheroz
- License: mit
- Created: 2023-07-24T16:54:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T17:27:40.000Z (almost 3 years ago)
- Last Synced: 2025-02-28T14:49:16.214Z (over 1 year ago)
- Topics: cipher, cryptography, test, test-vectors, vector
- Language: Rust
- Homepage: https://github.com/sheroz/crypto_vectors
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Cryptography Test Vectors
[](https://crates.io/crates/crypto_vectors)
[](https://docs.rs/crypto_vectors)
[](https://github.com/sheroz/crypto_vectors/actions/workflows/ci.yml)
[](https://github.com/sheroz/magma/tree/main/crypto_vectors/LICENSE.txt)
## Block Ciphers
### Test vectors for GOST ciphers
* [RFC 8891](https://datatracker.ietf.org/doc/html/rfc8891.html) a.k.a GOST R 34.12-2015: Block Cipher "Magma"
* [RFC 5830](https://datatracker.ietf.org/doc/html/rfc5830) a.k.a GOST 28147-89
* Block Cipher Modes:
* [GOST R 34.13-2015](https://www.tc26.ru/standard/gost/GOST_R_3413-2015.pdf)
* CTR-ACPKM: [RFC8645](https://www.rfc-editor.org/rfc/rfc8645.html#section-6.2.2), [Р 1323565.1.017—2018](https://standartgost.ru/g/%D0%A0_1323565.1.017-2018)
Link to [documentation](https://docs.rs/crypto_vectors/latest/crypto_vectors/gost/index.html)
---