[Gambas-Notification] [Git][gambas/gambas][master] Add Md5(), Sha1(), Sha256() and Sha512() functions.
Benoît Minisini (@bminisini)
gitlab at mg.gitlab.com
Tue Sep 13 02:50:02 CEST 2022
Benoît Minisini pushed to branch master at Gambas / gambas
Commits:
0b7c342e by Benoît Minisini at 2022-09-13T02:48:11+02:00
Add Md5(), Sha1(), Sha256() and Sha512() functions.
[CONFIGURATION]
* NEW: Update 'README' and 'README.md' files.
[COMPILER]
* NEW: Add Md5(), Sha1(), Sha256() and Sha512() functions.
[INTERPRETER]
* NEW: Add Md5(), Sha1(), Sha256() and Sha512() functions.
[GB.HASH]
* NEW: This is a new component that implements the Md5(), Sha1(), Sha256() and Sha512() functions.
The code comes from BusyBox.
- - - - -
18 changed files:
- README
- README.md
- main/configure.ac
- main/gbc/gbc_compile.h
- main/gbx/gbx_class_info.c
- main/gbx/gbx_subr_misc.c
- main/gbx/gbx_subr_string.c
- main/lib/Makefile.am
- + main/lib/hash/Makefile.am
- + main/lib/hash/gb.hash.component
- + main/lib/hash/gb.hash.h
- + main/lib/hash/hash.c
- + main/lib/hash/hash.h
- + main/lib/hash/main.c
- + main/lib/hash/main.h
- + main/lib/hash/platform.h
- main/share/gb_reserved_keyword.h
- main/share/gb_reserved_temp.h
View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0b7c342e8e35eba0ec6cc69b2e2612516d242716
--
View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0b7c342e8e35eba0ec6cc69b2e2612516d242716
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/notification/attachments/20220913/5dd3988f/attachment-0001.htm>
More information about the Notification
mailing list