mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 13:02:38 +02:00
11 lines
214 B
C
11 lines
214 B
C
/**
|
|
* @file crypto.h
|
|
* @brief Switch (accelerated) crypto includes.
|
|
* @copyright libnx Authors
|
|
*/
|
|
#pragma once
|
|
#include "types.h"
|
|
|
|
#include "crypto/aes.h"
|
|
#include "crypto/aes_cbc.h"
|
|
#include "crypto/aes_ctr.h" |