| Author: | Juti Noppornpitak |
|---|
This package contains classes and functions for common use.
Hashlib wrapper
Make a hash out of the given value.
| Parameters: | data_list (list of string) – the list of the data being hashed. |
|---|---|
| Returns: | the hashed data string |
Get a singleton instance.
Note
This class is capable to act as a singleton class by invoking this method.