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