Buffer.toHashMD5() - Mtax-Development/GML-OOP GitHub Wiki
Name |
Type |
Optional |
size? |
Yes |
|
offset? |
{int} |
Yes |
{string}
Create a string representing either the entirety or a part of data of this Buffer hashed by the MD5 algorithm. A byte offset can be specified for where the operation will start and continue until either the specified amount of bytes was affected or the end of this Buffer was reached.