Melang

Logo

A script language of time-sharing scheduling coroutine in single thread

View the Project on GitHub Water-Melon/Melang

MD5

Import

m = Import('md5');
md5

This function is used to calculate MD5 digest.

m.md5(data);

Input:

Return value:

Error:

Example:

m = Import('md5');
sys = Import('sys');

sys.print(m.md5('md5 test'));

The output is:

2e5f9458bcd27e3c2b5908af0b91551a