Files
wolfssl/wolfcrypt/src/sm3.c
Sean Parkinson e7ae80493b SM Ciphers: Reference the GitHub repository to get implementation
wolfsm is public and we can point people to repository.
2023-08-04 07:28:21 +10:00

14 lines
203 B
C

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <wolfssl/wolfcrypt/settings.h>
#ifdef WOLFSSL_SM3
#error "See https://github.com/wolfSSL/wolfsm for implementation of this file"
#endif