Maven module :un.api : api-encoding :
Class :
un.impl.cryptography.hash.Skein512
Extends/Implements : -
Subclasses : -
Variables : -
Functions :
hash,
hash
public void
hash (byte[] msg, byte[] digest)
public void
hash (byte[] msg, int bitCount, byte[] digest)
All other modes are not tested and supported.
It is compatible with the revised reference implementation (1.3).
Author: Thomas Mueller, 2008-2010 based on the C reference implementation
written by Doug Whiting, 2008.
This algorithm and source code is released to the public domain.
Origin : http://www.h2database.com/skein
Info : https://en.wikipedia.org/wiki/Skein_(hash_function)