https://github.com/bcardoso/hashish
Wrappers for xxHash, BLAKE2, and BLAKE3
https://github.com/bcardoso/hashish
blake2 blake3 emacs-lisp xxhash
Last synced: about 1 month ago
JSON representation
Wrappers for xxHash, BLAKE2, and BLAKE3
- Host: GitHub
- URL: https://github.com/bcardoso/hashish
- Owner: bcardoso
- Created: 2023-03-03T23:08:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T01:11:29.000Z (6 months ago)
- Last Synced: 2025-01-24T16:48:32.706Z (3 months ago)
- Topics: blake2, blake3, emacs-lisp, xxhash
- Language: Emacs Lisp
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+AUTHOR: Bruno Cardoso
#+DATE: 2023-03-03
#+STARTUP: indent content* hashish
I like hashing strings. =hashish= provides wrappers for [[https://github.com/Cyan4973/xxHash][xxHash]], [[https://www.blake2.net][BLAKE2]], and [[https://github.com/BLAKE3-team/BLAKE3][BLAKE3]]. Might expand to other use cases in the future. For a more robust hashing experience, see the [[https://www.gnu.org/software/emacs/manual/html_node/elisp/index.html][GNU Emacs Lisp Reference Manual]] on [[https://www.gnu.org/software/emacs/manual/html_node/elisp/Checksum_002fHash.html][Checksum/Hash]].