Modules/SHA: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (deprecate, we have hash() now) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<pageclass class="#0099AA"></pageclass> | <pageclass class="#0099AA"></pageclass> | ||
{{Outdated|MTA now supports generic hashing using the [[hash]] function}} | |||
{{Module_Info| | {{Module_Info| | ||
name = SHA | | name = SHA | | ||
Line 8: | Line 9: | ||
license = [http://www.opensource.org/licenses/zlib-license.php zLib] | | license = [http://www.opensource.org/licenses/zlib-license.php zLib] | | ||
written_in = C++ | | written_in = C++ | | ||
operating_system = Windows | operating_system = Windows and Linux | | ||
compatible_with = Unknown | | compatible_with = Unknown | | ||
}} | }} | ||
Line 16: | Line 17: | ||
* sha1 | * sha1 | ||
* sha224 | * sha224 | ||
* sha256 | * sha256 (You may want to use the MTA function [[sha256]]) | ||
* sha384 | * sha384 | ||
* sha512 | * sha512 | ||
[[Category:Modules]] | [[Category:Modules]] | ||
[[ru:Modules/SHA]] |
Latest revision as of 01:12, 22 November 2014
This article is (partially) outdated and the information may no longer apply. | |
Reason: MTA now supports generic hashing using the hash function |
Module info | |
Name | SHA |
Version | 1.01 |
Author | mabako |
Module website | GitHub Project Page |
Download link | Here |
License | zLib |
Written in | C++ |
Operating system | Windows and Linux |
Compatible with | Unknown |
SHA is a module implementing SHA hashing for lua.
Provided Functions
- sha1
- sha224
- sha256 (You may want to use the MTA function sha256)
- sha384
- sha512