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_arm/trunk/wolfssl-3.12.2/wolfssl/wolfcrypt/md2.h

    r352 r372  
    2020 */
    2121
     22/*!
     23    \file wolfssl/wolfcrypt/md2.h
     24*/
     25
    2226
    2327#ifndef WOLF_CRYPT_MD2_H
     
    3438/* in bytes */
    3539enum {
    36     MD2             =  6,    /* hash type unique */
     40    MD2             =  WC_HASH_TYPE_MD2,
    3741    MD2_BLOCK_SIZE  = 16,
    3842    MD2_DIGEST_SIZE = 16,
Note: See TracChangeset for help on using the changeset viewer.