Add SHA-3 (Keccak) support to pgcrypto

Поиск
Список
Период
Сортировка
От Philip Taylor
Тема Add SHA-3 (Keccak) support to pgcrypto
Дата
Msg-id 1350656959.68342.YahooMailNeo@web160101.mail.bf1.yahoo.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Jeremy Evans
Дата:
Сообщение: Always include encoding of database in pg_dumpall
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: pg_stat_lwlocks view - lwlocks statistics, round 2