This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /// RIPEMD160 implementation in Swift 5. | |
| /// | |
| /// Based on the work of Sjors Provoost, found on [Github CryptoCoinSwift][1] | |
| /// | |
| /// Migrated to Swift 5 by [Alex Cyon a.k.a. Sajjon][2] | |
| /// | |
| /// [1]: https://github.com/CryptoCoinSwift/RIPEMD-Swift | |
| /// [2]: https://github.com/Sajjon | |
| /// |