Files
Project_CTR/ctrtool/aes_keygen.h
T
2017-05-23 00:53:04 -07:00

9 lines
167 B
C

#pragma once
#include <stdint.h>
/*
AES Key generator for the Nintendo 3DS (CTR) Consoles
*/
void ctr_aes_keygen(const uint8_t *x, const uint8_t *y, uint8_t *key);