wolfssl/wolfcrypt/src/sm3_asm.S

14 lines
203 B
ArmAsm

#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