gambas-source-code/main/lib/hash
Benoît Minisini 59051975ec Make 'gb.hash' compile on 32 bits architectures.
[GB.HASH]
* BUG: Make 'gb.hash' compile on 32 bits architectures.
2022-09-24 11:50:31 +02:00
..
c_hash.c Forgot to commit two source files. 2022-09-18 00:37:54 +02:00
c_hash.h Forgot to commit two source files. 2022-09-18 00:37:54 +02:00
gb.hash.component Replace hash native functions by static methods in a 'Hash' class implemented in the 'gb.hash' component. 2022-09-17 22:41:29 +02:00
gb.hash.h Add Md5(), Sha1(), Sha256() and Sha512() functions. 2022-09-13 02:48:11 +02:00
hash.c Make 'gb.hash' compile on 32 bits architectures. 2022-09-24 11:50:31 +02:00
hash.h Add Md5(), Sha1(), Sha256() and Sha512() functions. 2022-09-13 02:48:11 +02:00
main.c Replace hash native functions by static methods in a 'Hash' class implemented in the 'gb.hash' component. 2022-09-17 22:41:29 +02:00
main.h Replace hash native functions by static methods in a 'Hash' class implemented in the 'gb.hash' component. 2022-09-17 22:41:29 +02:00
Makefile.am Replace hash native functions by static methods in a 'Hash' class implemented in the 'gb.hash' component. 2022-09-17 22:41:29 +02:00
platform.h Add Md5(), Sha1(), Sha256() and Sha512() functions. 2022-09-13 02:48:11 +02:00