Mention we have unit tests for secretstream

This commit is contained in:
Jesper Louis Andersen 2020-03-07 12:26:20 +01:00
parent ec3af40ef8
commit 061c3dfd65

View File

@ -165,7 +165,7 @@
%% Key exchange functions
-export([
%% No Tests!
%% EQC
kx_keypair/0,
kx_client_session_keys/3,
kx_server_session_keys/3,
@ -176,7 +176,7 @@
%% Secretstream operations.
-export([
%% No Tests!
%% Unit tests
secretstream_xchacha20poly1305_ABYTES/0,
secretstream_xchacha20poly1305_HEADERBYTES/0,
secretstream_xchacha20poly1305_KEYBYTES/0,