https://github.com/patrickmn/piculet
A not-particularly-fast cryptographic hash auditor
https://github.com/patrickmn/piculet
Last synced: about 1 year ago
JSON representation
A not-particularly-fast cryptographic hash auditor
- Host: GitHub
- URL: https://github.com/patrickmn/piculet
- Owner: patrickmn
- License: other
- Created: 2011-08-11T21:42:49.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2012-02-19T22:22:45.000Z (over 14 years ago)
- Last Synced: 2025-05-09T16:57:24.456Z (about 1 year ago)
- Language: Go
- Homepage: https://patrickmn.com/projects/piculet/
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Piculet is a Go concurrency experiment, and is intended to become a testing ground for
a Golang CUDA BLAS/OpenCL wrapper.
Examples:
# GOMAXPROCS=4 ./piculet -c 4 -a md5 -max 3 -s abc 8938d6140f3cd8af3951d946a4bc8fe1
Value: p4s
Time taken: 3 seconds
# GOMAXPROCS=4 ./piculet -c 4 -a sha1 -max 3 -s def dc260e575c406050495130350b944825c49bf8c6
Value: wRd
Time taken: 4 seconds
(WARNING: Piculet is SLOW. Its current real-world value is dangerously close to nil.)