sync with OpenBSD -current
This commit is contained in:
parent
2d7157972b
commit
6040ea8924
17 changed files with 989 additions and 255 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: chacha-merged.c,v 1.12 2024/06/01 17:56:44 tb Exp $ */
|
||||
/* $OpenBSD: chacha-merged.c,v 1.13 2024/06/05 19:43:06 tb Exp $ */
|
||||
/*
|
||||
chacha-merged.c version 20080118
|
||||
D. J. Bernstein
|
||||
|
@ -7,10 +7,6 @@ Public domain.
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
#if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__OpenBSD__)
|
||||
#define __bounded__(x, y, z)
|
||||
#endif
|
||||
|
||||
#define CHACHA_MINKEYLEN 16
|
||||
#define CHACHA_NONCELEN 8
|
||||
#define CHACHA_CTRLEN 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue