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