File: README.md

package info (click to toggle)
gost-crypto 0.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,664 kB
  • sloc: ansic: 20,924; makefile: 31
file content (11 lines) | stat: -rw-r--r-- 598 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
This is a set of Linux kernel modules implementing GOST cryptographic algorithms:

 - GOST 28147 cipher (RFC 5830)
 - GOST 28147 "Imitovstavka" (MAC mode) (RFC 5830)
 - GOST R 34.11-94 digest (RFC 5831)
   - HMAC using GOST R 34.11-94 (RFC 4357)
 - GOST R 34.12-2015 ciphers (Magma and Kuznyechik) (RFC 7801)
   - CMAC using GOST R 34.12-2015 (as required by GOST R 34.13-2015)
 - GOST R 34.11-2012 digest is provided from external source, developed by Vitaly Chikunov

[![Build Status](https://travis-ci.com/GostCrypt/linux-crypto.svg?branch=master)](https://travis-ci.com/GostCrypt/linux-crypto)