RC4 Algorithms - 2025.1 English

Vitis Libraries

Release Date
2025-06-04
Version
2025.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.