mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
psa: programs: Add cipher example
Add `programs/psa/crypto_examples.c`. Update relevant Makefiles, CMakeLists.txt, and .gitignore files.
This commit is contained in:
4
programs/psa/crypto_examples.c
Normal file
4
programs/psa/crypto_examples.c
Normal file
@@ -0,0 +1,4 @@
|
||||
int main( void )
|
||||
{
|
||||
return( 0 );
|
||||
}
|
Reference in New Issue
Block a user