Skip to content

Instantly share code, notes, and snippets.

View dleast's full-sized avatar

Daniel Estephan dleast

  • Sweden
View GitHub Profile
@dleast
dleast / Sha1Hash.java
Created August 28, 2013 14:54
SHA1 Hash fuction - JAVA
public class Sha1Hash {
/** Creates a new instance of Sha1Hash */
public Sha1Hash() {
}
/**
* @param inputData
* @return
*/