hunt.shiro.crypto.hash.Sha1Hash

Undocumented in source.

Members

Classes

Sha1Hash
class Sha1Hash

Generates an SHA-1 Hash (Secure Hash Standard, NIST FIPS 180-1) from a given input <tt>source</tt> with an optional <tt>salt</tt> and hash iterations. <p/> See the {@link SimpleHash SimpleHash} parent class JavaDoc for a detailed explanation of Hashing techniques and how the overloaded constructors function.

Meta