summaryrefslogtreecommitdiff
path: root/sntrup4591761.c
diff options
context:
space:
mode:
authormarkus@openbsd.org <markus@openbsd.org>2019-01-30 19:51:15 +0000
committerDarren Tucker <dtucker@dtucker.net>2019-02-01 18:55:11 +1100
commit5f004620fdc1b2108139300ee12f4014530fb559 (patch)
tree33060209d272ae1955d74f7919e15ff5f6109458 /sntrup4591761.c
parent2c21b75a7be6ebdcbceaebb43157c48dbb36f3d8 (diff)
upstream: Add authors for public domain sntrup4591761 code;
confirmed by Daniel J. Bernstein OpenBSD-Commit-ID: b4621f22b8b8ef13e063c852af5e54dbbfa413c1
Diffstat (limited to 'sntrup4591761.c')
-rw-r--r--sntrup4591761.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/sntrup4591761.c b/sntrup4591761.c
index 9631b423e..615f1b266 100644
--- a/sntrup4591761.c
+++ b/sntrup4591761.c
@@ -1,3 +1,13 @@
1/* $OpenBSD: sntrup4591761.c,v 1.3 2019/01/30 19:51:15 markus Exp $ */
2
3/*
4 * Public Domain, Authors:
5 * - Daniel J. Bernstein
6 * - Chitchanok Chuengsatiansup
7 * - Tanja Lange
8 * - Christine van Vredendaal
9 */
10
1#include <string.h> 11#include <string.h>
2#include "crypto_api.h" 12#include "crypto_api.h"
3 13