aboutsummaryrefslogtreecommitdiff
path: root/gost_lcl.h
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2018-09-04 16:10:01 +0300
committerDmitry Belyavskiy <beldmit@gmail.com>2018-09-04 16:10:01 +0300
commitbe65ae82130e6908c88b975597d05f128057a287 (patch)
tree69fc9b4b26ab892b3403573e5c2119702c274845 /gost_lcl.h
parente55323c4c29e6b2645e7e7357453c34fb9a42440 (diff)
downloadgost-engine-be65ae82130e6908c88b975597d05f128057a287.zip
gost-engine-be65ae82130e6908c88b975597d05f128057a287.tar.gz
gost-engine-be65ae82130e6908c88b975597d05f128057a287.tar.bz2
GOST key transport 2018 - decrypt as separate function
Diffstat (limited to 'gost_lcl.h')
-rw-r--r--gost_lcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gost_lcl.h b/gost_lcl.h
index a6b6e12..9b0fa1c 100644
--- a/gost_lcl.h
+++ b/gost_lcl.h
@@ -282,7 +282,7 @@ int gost_kimp15(const unsigned char *expkey, const size_t expkeylen,
int cipher_nid, const unsigned char *cipher_key,
int mac_nid, unsigned char *mac_key,
const unsigned char *iv, const size_t ivlen,
- unsigned char *shared_key, size_t shared_len);
+ unsigned char *shared_key);
/*============== miscellaneous functions============================= */
/* from gost_sign.c */
/* Convert GOST R 34.11 hash sum to bignum according to standard */