Re: PGP signing releases
Bruno Wolff III <bruno@wolff.to>
From: Bruno Wolff III <bruno@wolff.to>
To: Kurt Roeckx <Q@ping.be>
Cc: Greg Copeland <greg@CopelandConsulting.Net>, Rod Taylor <rbt@rbt.ca>, Curt Sampson <cjs@cynic.net>, "Marc G. Fournier" <scrappy@hub.org>, Neil Conway <neilc@samurai.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2003-02-05T04:00:28Z
Lists: pgsql-hackers
On Tue, Feb 04, 2003 at 23:13:47 +0100, Kurt Roeckx <Q@ping.be> wrote: > > So a figerprint and all the hash/digest function have no purpose > at all? The purpose of both is to reduce the amount of material in a way that makes it hard to generate some other material that would result in the same hash or fingerprint. This allows you to reduce the cost of transmitting the data or making computations (in particular signing) on the data.