PQLR
Postquantum Crypto Library by QAPP
Hashing algorithms

Enumerations

enum  hashalgo_t {
  hashalgo_sha256 , hashalgo_sha384 , hashalgo_sha512 , hashalgo_gost256 ,
  hashalgo_gost512 , hashalgo_last
}
 Hashing algorithm. More...
 

Detailed Description

This module introduces hashing algorithms that are available to use in other PQLR modules.

Enumeration Type Documentation

◆ hashalgo_t

enum hashalgo_t

Hashing algorithm.

Enumerator
hashalgo_sha256 

SHA256.

hashalgo_sha384 

SHA384.

hashalgo_sha512 

SHA512.

hashalgo_gost256 

GOST 34.11-2012.

hashalgo_gost512 

GOST 34.11-2012.

hashalgo_last