Skip to content
Snippets Groups Projects
NEWS 507 B
Newer Older
  • Learn to ignore specific revisions
  • Niels Möller's avatar
    Niels Möller committed
    NEWS for the 1.5 release
    
    	Changed the interface for hash functions. The md5_digest
    	function is now equivalent to the old sequence of md5_final,
    	md5_digest, md5_init, and similarly for the other hashing
    	algorithms. This makes the interface simpler.
    
    
    Niels Möller's avatar
    Niels Möller committed
    NEWS for the 1.0 release
    
    	Fixed twofish bug spotted by Jean-Pierre Stierlin.
    
    
    Niels Möller's avatar
    Niels Möller committed
    	Added des3 and cbc.
    	
    
    Niels Möller's avatar
    Niels Möller committed
    	New RFC-1321-like interface in nettle/md5-compat.h, suggested
    	by Assar Westerlund.
    
    
    Niels Möller's avatar
    Niels Möller committed
    	New libdes-style compatibility interface in nettle/des-compat.h.