summaryrefslogtreecommitdiff
path: root/arm9/lib/include/DGT_dgt.h
blob: 1c48531c5703c60ac320b84d62e16c049704b716 (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, int bin_len, void* key_ptr, int keylen);

#endif //NITRO_DGT_DGT_H_