Remove dot after @end.

This commit is contained in:
Alexander Færøy 2015-04-02 18:15:48 +02:00
parent 2979503a7f
commit d34e3bfef1
No known key found for this signature in database
GPG Key ID: E15081D5D3C3DB53

View File

@ -37,7 +37,7 @@ scramble_block_16(Block, Key) ->
%%
%% Generates and returns a new key pair for the Curve 25519 encryption scheme. The return value is a
%% map in order to avoid using the public key as a secret key and vice versa.
%% @end.
%% @end
-spec curve25519_keypair() -> #{ atom() => binary() }.
curve25519_keypair() ->
<<B0:8/integer, B1:30/binary, B2:8/integer>> = enacl:randombytes(32),