Lazarus
Free Pascal => General => Topic started by: Strunczez on October 01, 2017, 02:44:35 am
-
Does anyone know where can I find Blake2 hashing algorithm implementation in Lazarus / FPC? Is there any package containing it? Found many of them written in C++ but cannot port it to Pascal :/ I badly need it for my project and cannot find it :/ Anyone can help? Thanks in advance.
Greetings
-
http://www.wolfgang-ehrhardt.de/crchash_en.html
-
@taazz great page an CRC. A great thanks for that link.
Wolfgangs free "Miscellaneous"-Routines seem to contain interesting stuff too.
http://www.wolfgang-ehrhardt.de/misc_en.html
All referenced with Borland Pascal or Delphi.
-
Thx, unfortunately it is Blake2s (32bit).
Maybe it wont be to hard to make 32 => 64 bit conversion I'll look at specification.
Anyone have source to 64 bit? Blake2b?