From 7f3f739fa4e1351a5b8a2dcd290f79c2e3baba38 Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Tue, 21 Jun 2011 16:55:22 +0800 Subject: New primitive secure-hash supporting md5, sha-1 and sha-2 --- src/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 5b087e8451d..279bd1be381 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2011-06-21 Leo Liu + + * deps.mk (fns.o): + * makefile.w32-in ($(BLD)/fns.$(O)): Include sha256.h and + sha512.h. + + * fns.c (secure_hash): Rename from crypto_hash_function and change + the first arg to accept symbols. + (Fsecure_hash): New primtive. + (syms_of_fns): New symbols. + 2011-06-20 Deniz Dogan * process.c (Fset_process_buffer): Clarify return value in -- cgit v1.2.1