Identify the hash algorithm from a PGP signature. More...
Go to the source code of this file.
Functions | |
const char * | pgp_micalg (const char *fname) |
Find the hash algorithm of a file. | |
Identify the hash algorithm from a PGP signature.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file pgpmicalg.h.
const char * pgp_micalg | ( | const char * | fname | ) |
Find the hash algorithm of a file.
fname | File to read |
ptr | Name of hash algorithm |
Definition at line 228 of file pgpmicalg.c.