Added digest interface and implementation
parent
7510e61bcb
commit
3458ed216c
|
@ -0,0 +1,7 @@
|
||||||
|
package meerkat.crypto;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Created by talm on 11/9/15.
|
||||||
|
*/
|
||||||
|
public interface Digest {
|
||||||
|
}
|
|
@ -0,0 +1,7 @@
|
||||||
|
package meerkat.crypto.concrete;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Created by talm on 11/9/15.
|
||||||
|
*/
|
||||||
|
public class SHA256Digest {
|
||||||
|
}
|
Loading…
Reference in New Issue