Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedroalbanese/gogost
Pure Go GOST Cryptographic Functions Library
https://github.com/pedroalbanese/gogost
go golang gost gost3411-2012 gost94 kuznechik magma streebog
Last synced: about 2 months ago
JSON representation
Pure Go GOST Cryptographic Functions Library
- Host: GitHub
- URL: https://github.com/pedroalbanese/gogost
- Owner: pedroalbanese
- License: gpl-3.0
- Created: 2021-10-13T16:44:58.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T17:17:37.000Z (8 months ago)
- Last Synced: 2024-06-19T09:12:43.330Z (7 months ago)
- Topics: go, golang, gost, gost3411-2012, gost94, kuznechik, magma, streebog
- Language: Go
- Homepage:
- Size: 257 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Pure Go GOST cryptographic functions library.
[![ISC License](http://img.shields.io/badge/license-GPL3-blue.svg)](https://github.com/pedroalbanese/gogost/blob/master/LICENSE.md)
[![GoDoc](https://godoc.org/github.com/pedroalbanese/gogost?status.png)](http://godoc.org/github.com/pedroalbanese/gogost)
[![Go Report Card](https://goreportcard.com/badge/github.com/pedroalbanese/gogost)](https://goreportcard.com/report/github.com/pedroalbanese/gogost)
[![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/pedroalbanese/gogost)](https://golang.org)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/pedroalbanese/gogost)](https://github.com/pedroalbanese/gogost/releases)### GOST is GOvernment STandard of Russian Federation (and Soviet Union).
* GOST 28147-89 (RFC 5830) block cipher with ECB, CNT (CTR), CFB, MAC
CBC (RFC 4357) modes of operation
* various 28147-89-related S-boxes included
* GOST R 34.11-94 hash function (RFC 5831)
* GOST R 34.11-2012 Стрибог (Streebog) hash function (RFC 6986)
* GOST R 34.10-2001 (RFC 5832) public key signature function
* GOST R 34.10-2012 (RFC 7091) public key signature function
* various 34.10 curve parameters included
* VKO GOST R 34.10-2001 key agreement function (RFC 4357)
* VKO GOST R 34.10-2012 key agreement function (RFC 7836)
* GOST R 34.12-2015 128-bit block cipher Кузнечик (Kuznechik) (RFC 7801)
* GOST R 34.13-2015 padding methods
* MGM AEAD mode for 64 and 128 bit ciphers (RFC 9058)GoGOST'es home page is: http://www.gogost.cypherpunks.ru/
[GoDoc](https://pkg.go.dev/github.com/pedroalbanese/gogost)
Copyright © 2015-2024 Sergey Matveev