mirror of
https://github.com/switchbrew/libnx.git
synced 2025-10-13 22:47:09 +02:00
10 lines
186 B
C
10 lines
186 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" |