clarify authorship; prodded by and ok markus@
authornaddy <naddy@openbsd.org>
Sat, 13 Jan 2018 00:24:09 +0000 (00:24 +0000)
committernaddy <naddy@openbsd.org>
Sat, 13 Jan 2018 00:24:09 +0000 (00:24 +0000)
usr.bin/ssh/hash.c

index bc87808..14de33b 100644 (file)
@@ -1,4 +1,8 @@
-/* $OpenBSD: hash.c,v 1.4 2017/12/14 21:07:39 naddy Exp $ */
+/* $OpenBSD: hash.c,v 1.5 2018/01/13 00:24:09 naddy Exp $ */
+/*
+ * Public domain. Author: Christian Weisgerber <naddy@openbsd.org>
+ * API compatible reimplementation of function from nacl
+ */
 
 #include "crypto_api.h"