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