Bouffalo SDK
1.0
Bouffalolab Software Development Kit
|
#include "bflb_core.h"
Go to the source code of this file.
Data Structures | |
struct | bflb_dsa_crt_s |
struct | bflb_dsa_s |
Functions | |
int | bflb_sec_dsa_init (struct bflb_dsa_s *handle, uint32_t size) |
int | bflb_sec_dsa_sign (struct bflb_dsa_s *handle, const uint32_t *hash, uint32_t hashLenInWord, uint32_t *s) |
int | bflb_sec_dsa_verify (struct bflb_dsa_s *handle, const uint32_t *hash, uint32_t hashLenInWord, const uint32_t *s) |
Variables | |
struct bflb_dsa_crt_s | __attribute__ |