https://github.com/andreas-kupries/ankh
Mirror of ankh @ core.tcl.tk/akupries -- Lots of crypto hashes
https://github.com/andreas-kupries/ankh
blake2b blake2s critcl edon-r gost has160 kettle md4 md5 rhash ripemd160 sha1 sha2 sha3 snefru tcl tiger whirlpool
Last synced: 6 months ago
JSON representation
Mirror of ankh @ core.tcl.tk/akupries -- Lots of crypto hashes
- Host: GitHub
- URL: https://github.com/andreas-kupries/ankh
- Owner: andreas-kupries
- Created: 2021-02-25T22:32:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-28T15:08:00.000Z (about 1 year ago)
- Last Synced: 2025-02-07T07:16:46.582Z (8 months ago)
- Topics: blake2b, blake2s, critcl, edon-r, gost, has160, kettle, md4, md5, rhash, ripemd160, sha1, sha2, sha3, snefru, tcl, tiger, whirlpool
- Language: C
- Homepage: https://core.tcl-lang.org/akupries/ankh/
- Size: 1.37 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
README
# Welcome
Welcome to __ANKH__, Andreas Kupries' Hashes.
This package provides commands for a variety of cryptographically
secure hashes of varying new-ness and strength.# Attention Please
You are reading this document on the github mirror of the
[official sources](http://core.tcl-lang.org/akupries/ankh).Please be aware that tickets added here are ignored, or, at best,
simply closed with link to the
[official ticket tracker](https://core.tcl-lang.org/akupries/ankh/reportlist).# Sources
See
- [Primary repository](http://core.tcl-lang.org/akupries/ankh)
- [ChiselApp Mirror](https://chiselapp.com/user/andreas_kupries/repository/ankh/index)
- Here.# Guides and other Documentation
* [Command Reference](embedded/md/doc/files/ankh.md)
* [License](embedded/md/doc/files/ankh_license.md)
* [Changes By Version](embedded/md/doc/files/ankh_changes.md)
* [How To Get The Sources](embedded/md/doc/files/ankh_sources.md)
* [How To Build And Install Ankh](embedded/md/doc/files/ankh_installer.md)
* [The Developer's Guide](embedded/md/doc/files/ankh_devguide.md)
* [Benchmark Results](crunch/bench.md)# Related
The majority of the hash implementations are provided by the
[RHash](https://github.com/rhash/RHash) project at github, with
thanks.SHA-1 is the exception, its sources come from
[Tcllib](https://core.tcl-lang.org/tcllib) and it took the
implementation from NetBSD, IIRC.