Changeset 399

Show
Ignore:
Timestamp:
03/04/06 17:01:14
Author:
ben
Message:

Efficiency note.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openpgpsdk/trunk/src/packet-parse.c

    r397 r399  
    27242724    } 
    27252725 
     2726// XXX: this could be improved by sharing all hashes that are the 
     2727// same, then duping them just before checking the signature. 
    27262728void ops_parse_hash_init(ops_parse_info_t *pinfo,ops_hash_algorithm_t type, 
    27272729                         const unsigned char *keyid)