tango.util.digest.Sha0

License:

BSD style: see doc/license.txt for details

Version:

Initial release: Feb 2006

Author:

Regan Heath, Oskar Linde

This module implements the SHA-0 Algorithm described by Secure Hash Standard, FIPS PUB 180

class Sha0 : Sha01 [final] #
this() #
Construct an Sha0
void transform(ubyte[] input) [protected, override] #
void expand(uint W[] W, uint s) [protected, static, final] #