Skip to content
Snippets Groups Projects
Commit 2c77faa1 authored by Karel Slaný's avatar Karel Slaný Committed by Ondřej Surý
Browse files

Removed SHA algorithm structures from public interface.

parent 9c94e142
Branches
Tags
No related merge requests found
......@@ -21,10 +21,10 @@
#include "lib/defines.h"
/* These structures are not meant to be part of public interface. */
/** HMAC-SHA256-64 client cookie algorithm. */
KR_EXPORT
extern const struct knot_cc_alg knot_cc_alg_hmac_sha256_64;
/** HMAC-SHA256-64 server cookie algorithm. */
KR_EXPORT
extern const struct knot_sc_alg knot_sc_alg_hmac_sha256_64;
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment