mirror of
https://github.com/switchbrew/libnx.git
synced 2025-12-15 00:15:14 +01:00
9 lines
158 B
C
9 lines
158 B
C
/**
|
|
* @file crypto.h
|
|
* @brief Switch (accelerated) crypto includes.
|
|
* @copyright libnx Authors
|
|
*/
|
|
#pragma once
|
|
#include "types.h"
|
|
|
|
#include "crypto/aes.h" |