{ "name": "sha", "abstract": "This module provides datatypes for storing SHA-1, SHA-2 and MD5 hashes", "description": "The module implements SHA-1, SHA-2 (224, 256, 384 and 512 bits) and md5hash datatypes. You can apply basic comparison operators on these types and use them with indexes. Both btree and hash indexes are supported.", "version": "1.1.0", "maintainer": "Alexey Klyukin ", "license": "postgresql", "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "provides": { "sha": { "file": "sha.sql", "docfile": "README", "version": "1.1.0", "abstract": "This module provides datatypes for storing SHA-1, SHA-2 and MD5 hashes" } }, "tags": [ "sha", "sha1", "sha2", "md5", "hash", "datatype" ] }