Project

General

Profile

Actions

Feature #10452

closed

Add documentation for Digest

Added by sdaubert (Sylvain Daubert) over 9 years ago. Updated over 7 years ago.

Status:
Closed
Target version:
-
[ruby-core:66001]

Description

  • ext/digest/digest.c:

    • remove HMAC from list of digest algorithms,
    • add MD5 in list of digest algorithms,
    • add information about writing a C digest implementation using
      Digest::Base,
    • add documentation for Digest::Base public methods.
  • ext/digest/md5/md5init.c: add examples for MD5.

  • ext/digest/rmd160/rmd160init.c: add examples for Digest::RMD160.

  • ext/digest/sha1/sha1init.c: add examples for Digest::SHA1.


Files

0001-ext-digest-digest.c.patch (10.3 KB) 0001-ext-digest-digest.c.patch sdaubert (Sylvain Daubert), 10/29/2014 07:23 PM

Updated by zzak (zzak _) over 8 years ago

  • Status changed from Open to Assigned

Updated by zzak (zzak _) over 8 years ago

  • Assignee changed from drbrain (Eric Hodel) to zzak (zzak _)
Actions #3

Updated by hsbt (Hiroshi SHIBATA) over 7 years ago

  • Status changed from Assigned to Closed

Applied in changeset r56455.


  • ext/digest/digest.c: Add documentation for Digest.
    [Feature #10452][ruby-core:66001][ci skip]
    • remove HMAC from list of digest algorithms,
    • add MD5 in list of digest algorithms,
    • add information about writing a C digest implementation using Digest::Base,
    • add documentation for Digest::Base public methods.
  • ext/digest/md5/md5init.c: add examples for MD5.
  • ext/digest/rmd160/rmd160init.c: add examples for Digest::RMD160.
  • ext/digest/sha1/sha1init.c: add examples for Digest::SHA1.

Updated by hsbt (Hiroshi SHIBATA) over 7 years ago

  • Assignee changed from zzak (zzak _) to hsbt (Hiroshi SHIBATA)
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0