Difference between revisions of "HashFunction"
(Function (enum for HashFunction) is the actual name in C++, but it's ambiguous.) |
Danielpower (talk | contribs) (→Other Languages) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{newin|[[ | + | {{newin|[[11.0]]|110|type=enum}} |
Hash algorithm of [[love.data.hash]]. | Hash algorithm of [[love.data.hash]]. | ||
− | |||
== Constants == | == Constants == | ||
;md5: MD5 hash algorithm (16 bytes). | ;md5: MD5 hash algorithm (16 bytes). | ||
Line 13: | Line 12: | ||
* [[love.data.hash]] | * [[love.data.hash]] | ||
== Other Languages == | == Other Languages == | ||
− | {{i18n| | + | {{i18n|HashFunction}} |
[[Category:Enums]] | [[Category:Enums]] | ||
{{#set:Description=Hash algorithm of [[love.data.hash|hash function]].}} | {{#set:Description=Hash algorithm of [[love.data.hash|hash function]].}} |
Latest revision as of 18:41, 3 April 2018
Available since LÖVE 11.0 |
This enum is not supported in earlier versions. |
Hash algorithm of love.data.hash.
Constants
- md5
- MD5 hash algorithm (16 bytes).
- sha1
- SHA1 hash algorithm (20 bytes).
- sha224
- SHA2 hash algorithm with message digest size of 224 bits (28 bytes).
- sha256
- SHA2 hash algorithm with message digest size of 256 bits (32 bytes).
- sha384
- SHA2 hash algorithm with message digest size of 384 bits (48 bytes).
- sha512
- SHA2 hash algorithm with message digest size of 512 bits (64 bytes).
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info