security.c

来自「一些brew的简单代码」· C语言 代码 · 共 22 行

C
22
字号
/*===========================================================================

FILE: security.c

SERVICES: Sample applet using AEE

DESCRIPTION
  This file contains usage examples of the 3 security related interface. 
  
	1) IHash interface - Supports hashing algorithms. Currently only MD5 is supported
		

	2) ICipher - Supports ArcFour, a symmetric stream cipher


	3) IRSA	- Supports RSA
	  
PUBLIC CLASSES:  
   N/A


   	   Copyright 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?