OSDN Git Service

Hashing functions from Marko Kreen <marko@l-t.ee>
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 31 Oct 2000 13:11:28 +0000 (13:11 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 31 Oct 2000 13:11:28 +0000 (13:11 +0000)
commit0c0dde6176edc892bbd39642de08ed1014ce2f7f
tree4d08f93a269e12aab23f479464d6b399ec654a78
parent73874a06f02691b32c07318e543d83e7947efa51
Hashing functions from Marko Kreen <marko@l-t.ee>
14 files changed:
contrib/Makefile
contrib/pgcrypto/Makefile [new file with mode: 0644]
contrib/pgcrypto/README.pgcrypto [new file with mode: 0644]
contrib/pgcrypto/internal.c [new file with mode: 0644]
contrib/pgcrypto/krb.c [new file with mode: 0644]
contrib/pgcrypto/md5.c [new file with mode: 0644]
contrib/pgcrypto/md5.h [new file with mode: 0644]
contrib/pgcrypto/mhash.c [new file with mode: 0644]
contrib/pgcrypto/openssl.c [new file with mode: 0644]
contrib/pgcrypto/pgcrypto.c [new file with mode: 0644]
contrib/pgcrypto/pgcrypto.h [new file with mode: 0644]
contrib/pgcrypto/pgcrypto.sql.in [new file with mode: 0644]
contrib/pgcrypto/sha1.c [new file with mode: 0644]
contrib/pgcrypto/sha1.h [new file with mode: 0644]