xref: /linux/lib/crypto/arm/blake2s-glue.c (revision 13150742b09e720fdf021de14cd2b98b37415a89)
1*4a32e5dcSEric Biggers // SPDX-License-Identifier: GPL-2.0-or-later
2*4a32e5dcSEric Biggers 
3*4a32e5dcSEric Biggers #include <crypto/internal/blake2s.h>
4*4a32e5dcSEric Biggers #include <linux/module.h>
5*4a32e5dcSEric Biggers 
6*4a32e5dcSEric Biggers /* defined in blake2s-core.S */
7*4a32e5dcSEric Biggers EXPORT_SYMBOL(blake2s_compress);
8