xref: /freebsd/sys/crypto/blake2/blake2_kfreebsd.h (revision 76afb20c58adb296f09857aed214b91464242264)
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