xref: /freebsd/sys/crypto/blake2/blake2_kfreebsd.h (revision c7996ddf8000cfb19a9e91a636f56747860d03d7)
1 /* This file is in the public domain */
2 /* $FreeBSD$ */
3 
4 #pragma once
5 
6 #include <sys/param.h>
7 #include <sys/systm.h>	/* memcpy, memset */
8