An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Cryptography Test Vectors

[![crates.io](https://img.shields.io/crates/v/crypto_vectors)](https://crates.io/crates/crypto_vectors)
[![docs](https://img.shields.io/docsrs/crypto_vectors)](https://docs.rs/crypto_vectors)
[![build & test](https://github.com/sheroz/crypto_vectors/actions/workflows/ci.yml/badge.svg)](https://github.com/sheroz/crypto_vectors/actions/workflows/ci.yml)
[![MIT](https://img.shields.io/github/license/sheroz/crypto_vectors)](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)

---