copyright
parent
e678534ed2
commit
085171ce7f
5
main.c
5
main.c
|
@ -1,9 +1,8 @@
|
||||||
/*
|
/*
|
||||||
SipHash reference C implementation
|
SipHash reference C implementation
|
||||||
|
|
||||||
Written in 2012 by
|
Copyright (c) 2012 Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com>
|
||||||
Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com>
|
Copyright (c) 2012 Daniel J. Bernstein <djb@cr.yp.to>
|
||||||
Daniel J. Bernstein <djb@cr.yp.to>
|
|
||||||
|
|
||||||
To the extent possible under law, the author(s) have dedicated all copyright
|
To the extent possible under law, the author(s) have dedicated all copyright
|
||||||
and related and neighboring rights to this software to the public domain
|
and related and neighboring rights to this software to the public domain
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
/*
|
/*
|
||||||
SipHash reference C implementation
|
SipHash reference C implementation
|
||||||
|
|
||||||
Written in 2012 by
|
Copyright (c) 2012 Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com>
|
||||||
Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com>
|
Copyright (c) 2012 Daniel J. Bernstein <djb@cr.yp.to>
|
||||||
Daniel J. Bernstein <djb@cr.yp.to>
|
|
||||||
|
|
||||||
To the extent possible under law, the author(s) have dedicated all copyright
|
To the extent possible under law, the author(s) have dedicated all copyright
|
||||||
and related and neighboring rights to this software to the public domain
|
and related and neighboring rights to this software to the public domain
|
||||||
|
|
Loading…
Reference in New Issue