RC4 Algorithms - 2023.1 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.1 English

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 a same RC4 algorithm as long as input same initial key.