Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
libmhash2 /
Delete
Unzip
Name
Size
Permission
Date
Action
AUTHORS
456
B
-rw-r--r--
2013-08-30 03:08
README
957
B
-rw-r--r--
2013-08-30 03:08
TODO
877
B
-rw-r--r--
2013-08-30 03:08
changelog.Debian.gz
3.25
KB
-rw-r--r--
2014-05-24 09:48
changelog.gz
2.68
KB
-rw-r--r--
2013-08-30 03:08
copyright
1.28
KB
-rw-r--r--
2014-05-11 09:56
Save
Rename
mhash TODO =============================================================================== - add PANAMA hash algorithm. - add 64 bit version of Tiger. - add all unbroken hash algorithms from Paulo Barreto's "Hashing Function Lounge". In April 2004 these were: Cellhash, Parallel FFT-Hash, Subhash. http://planeta.terra.com.br/informatica/paulobarreto/hflounge.html - add a generic support for hash functions built upon block ciphers (Matyas-Meyer-Oseas, Miyaguchi-Preneel, Davies-Meyer, Abreast Davies-Meyer, Tandem Davies-Mayer, etc). - It is possible to build block ciphers from hash functions (search the web for "Luby Rackoff" or MDC). Shouldn't mhash contain appropriate routines? - If there are any MAC functions in the world, that are not built upon existing block ciphers or hash functions, they might be added to mhash. What about MAA?