RC4 Algorithms - 2024.1 English

Vitis Libraries

Release Date
2024-08-06
Version
2024.1 English

Terms and Conditions.

RC4(Rivest Cipher 4), also called ARC4, is a stream cipher. It is used widely because of its simplicity and remarkable speed. The length of initial key is not greater 256, 1<=key-length<=256. The encryption and decryption use the same RC4 algorithm as long as input same initial key.