PERFECT PANGRAM HASH : Anagram Hash Function
#DOI https://doi.org/10.5281/zenodo.18448042
A pangram is a sentence or phrase that contains each letter of an alphabet or character set at least once. A perfect pangram is an anagram of the alphabet which contains each letter exactly once.
Pangram hash generates a perfect pangram hash digest consisting of a anagram permutation of a character set. Each character in the output is unique and non-repeating.
#Hashing #Cryptography #Anagrams #Papers #Preprints
@cryptography@soc.octade.net @crypto@infosec.pub @cryptography@fed.dyne.org

Hash Function:
https://en.wikipedia.org/wiki/Hash/_function
I run a cryptography forum, I know what it is.
Why use this for a hash?
See the comment on line 31 in the source code.