From 84c42bcc329a10325c846c6f46d580750bc39853 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 1 May 2015 19:31:32 +0200 Subject: replace sha1 with crypto++ SHA-256 --- templates/master.tmpl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'templates/master.tmpl') diff --git a/templates/master.tmpl b/templates/master.tmpl index 8db6b6a..118e114 100644 --- a/templates/master.tmpl +++ b/templates/master.tmpl @@ -23,9 +23,10 @@
  • Strus
    a collection of C++ libraries for building a full-text search engine
  • CppCMS
    a C++ web programming framework
  • libcaptcha
    a C standalone Captcha generator
  • -
  • libb64
    a BASE64 encoder/decoder library
  • -
  • libquickmail
    a library to send emails
  • -
  • sha1
    a SHA1 implementation
  • +
  • libb64
    a C++ BASE64 encoder/decoder library
  • +
  • libquickmail
    a C++ library to send emails
  • +
  • Crypto++
    a C++ crypto library
  • +
  • SJCL
    the Stanford Javascript Crypto Library
  • -- cgit v1.2.3-54-g00ecf