This module implements the Ripemd160 algorithm by Hans Dobbertin, Antoon Bosselaers and Bart Preneel.
See http://homes.esat.kuleuven.be/~bosselae/ripemd160.html for more information.
The implementation is based on: RIPEMD-160 software written by Antoon Bosselaers, available at http://www.esat.kuleuven.ac.be/~cosicart/ps/AB-9601/
See Source File
Tango Dual License: 3-Clause BSD License / Academic Free License v3.0. See LICENSE_TANGO.txt for details.
Copyright (c) 2009 Tango contributors. Some parts copyright (c) 2009-2016 dunnhumby Germany GmbH. All rights reserved.
Initial release: Sep 2009
Kai Nacke
This module implements the Ripemd160 algorithm by Hans Dobbertin, Antoon Bosselaers and Bart Preneel.
See http://homes.esat.kuleuven.be/~bosselae/ripemd160.html for more information.
The implementation is based on: RIPEMD-160 software written by Antoon Bosselaers, available at http://www.esat.kuleuven.ac.be/~cosicart/ps/AB-9601/