crypto/weakcrypto/inc/arc4.h
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    17 * RC4 implementation
    17 * RC4 implementation
    18 *
    18 *
    19 */
    19 */
    20 
    20 
    21 
    21 
    22 
       
    23 
       
    24 /**
    22 /**
    25  @file 
    23  @file 
    26  @internalAll
    24  @publishedPartner
       
    25  @released 
    27 */
    26 */
    28  
    27  
    29 #ifndef __ARC4_H__
    28 #ifndef __ARC4_H__
    30 #define __ARC4_H__
    29 #define __ARC4_H__
    31 
    30 
    42 
    41 
    43 /**
    42 /**
    44 * Implements an RC4-compatible stream cipher that outputs a pseudorandom stream
    43 * Implements an RC4-compatible stream cipher that outputs a pseudorandom stream
    45 * of bits, having been initialised with a key. 
    44 * of bits, having been initialised with a key. 
    46 *
    45 *
    47 * @publishedPartner
       
    48 * @released 
       
    49 */
    46 */
    50 class CARC4 : public CStreamCipher
    47 class CARC4 : public CStreamCipher
    51 {
    48 {
    52 public:
    49 public:
    53 	/**
    50 	/**