| Botan
    1.10.16
    | 
#include <gost_28147.h>
| Public Member Functions | |
| GOST_28147_89_Params (const std::string &name="R3411_94_TestParam") | |
| std::string | param_name () const | 
| byte | sbox_entry (size_t row, size_t col) const | 
The GOST 28147-89 block cipher uses a set of 4 bit Sboxes, however the standard does not actually define these Sboxes; they are considered a local configuration issue. Several different sets are used.
Definition at line 21 of file gost_28147.h.
| Botan::GOST_28147_89_Params::GOST_28147_89_Params | ( | const std::string & | name = "R3411_94_TestParam" | ) | 
Default GOST parameters are the ones given in GOST R 34.11 for testing purposes; these sboxes are also used by Crypto++, and, at least according to Wikipedia, the Central Bank of Russian Federation
| name | of the parameter set | 
Definition at line 21 of file gost_28147.cpp.
| 
 | inline | 
| byte Botan::GOST_28147_89_Params::sbox_entry | ( | size_t | row, | 
| size_t | col | ||
| ) | const | 
| row | the row | 
| col | the column | 
Definition at line 14 of file gost_28147.cpp.
Referenced by Botan::GOST_28147_89::GOST_28147_89().
 1.8.13
 1.8.13