summaryrefslogtreecommitdiff
path: root/arm9/lib/include/DGT_dgt.h
blob: bc9cb47e7587b8eba175b0518c71bfa346f1d7ee (plain)
1
2
3
4
5
6
#ifndef NITRO_DGT_DGT_H_
#define NITRO_DGT_DGT_H_

void DGT_Hash2CalcHmac(void* digest, void* bin_ptr, u32 bin_len, void* key_ptr, u32 keylen);

#endif //NITRO_DGT_DGT_H_