1 #ifndef _BFLB_SEC_DSA_H 2 #define _BFLB_SEC_DSA_H
int bflb_sec_dsa_init(struct bflb_dsa_s *handle, uint32_t size)
int bflb_sec_dsa_verify(struct bflb_dsa_s *handle, const uint32_t *hash, uint32_t hashLenInWord, const uint32_t *s)
int bflb_sec_dsa_sign(struct bflb_dsa_s *handle, const uint32_t *hash, uint32_t hashLenInWord, uint32_t *s)