{ "name": "sha", "abstract": "This module provides datatypes for storing SHA-1, SHA-2 and MD5 hashes", "description": "The module implements sha1, sha224, sha256, sha384 sha512 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.0.0", "maintainer": "Alexey Klyukin ", "license": "postgresql", "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "sha", "sha1", "md5", "hash", "datatype" ] }