Ignore:
Timestamp:
Feb 7, 2019, 8:36:33 AM (5 years ago)
Author:
coas-nagasima
Message:

wolfsslを3.15.7にバージョンアップ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_rx/trunk/wolfssl-3.12.2/wolfssl/wolfcrypt/arc4.h

    r337 r372  
    2020 */
    2121
    22 
     22/*!
     23    \file wolfssl/wolfcrypt/arc4.h
     24*/
    2325
    2426#ifndef WOLF_CRYPT_ARC4_H
     
    3739enum {
    3840        ARC4_ENC_TYPE   = 4,    /* cipher unique type */
    39     ARC4_STATE_SIZE = 256
     41    ARC4_STATE_SIZE = 256,
     42    RC4_KEY_SIZE    = 16,   /* always 128bit           */
    4043};
    4144
Note: See TracChangeset for help on using the changeset viewer.