Add SHA-3 (Keccak) support to pgcrypto - Mailing list pgsql-hackers

From Philip Taylor
Subject Add SHA-3 (Keccak) support to pgcrypto
Date
Msg-id 1350656959.68342.YahooMailNeo@web160101.mail.bf1.yahoo.com
Whole thread Raw
List pgsql-hackers
On Oct 2 the latest crypto hash function was announced by NIST [1]. I suggest that we include the new hash algorithm in pgcrypto for 9.3.
The Keccak site also has a reference implementation in C and Assembler [2]. It may take some effort to integrate the reference implementation as it contains several optimized backends for X86, X86_64, SIMD and various ARM platforms.

[1] http://www.nist.gov/itl/csd/sha-100212.cfm
[2] http://keccak.noekeon.org/

pgsql-hackers by date:

Previous
From: Jeremy Evans
Date:
Subject: Always include encoding of database in pg_dumpall
Next
From: Fujii Masao
Date:
Subject: Re: pg_stat_lwlocks view - lwlocks statistics, round 2