Documentation
¶
Overview ¶
Package signaturealgorithm provides en: a set of constants and functions for working with encryption algorithms for signatures
in relation to the GOST encryption standard
ru: набор констант и функции работы с алгоритмами шифрования для подписей
применительно стандарта шифрования GOST
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SignatureAlgorithm ¶
type SignatureAlgorithm struct { Name string PublicKeyAlgorithm publickeyalgorithm.PublicKeyAlgorithm Hash hash.Function }
func Get ¶
func Get(oidID oids.ID) (*SignatureAlgorithm, error)
Get en: get signature algorithm by the corresponding oids.ID const ru: получить алгоритм подписи по соответствующей oids.ID константе
func (SignatureAlgorithm) GetFamily ¶
func (sa SignatureAlgorithm) GetFamily() algorithm.Family
GetFamily en: which family does this algorithm belong to? ru: к какому семейству относится данный алгоритм?
Click to show internal directories.
Click to hide internal directories.