Package digest.plt contributed by soegaard 
To load: (require (planet soegaard/digest:1:2/digest))
Old style:(require (planet "digest.ss" ("soegaard" "digest.plt" 1 2)))
Min Racket version: 369.8
Package description:
Message digest algorithms (md5, sha1, ...) from libcrypto. Incremental calculation supported.
Downloads this week: 0
Total downloads: 1204
Tickets:0
Open tickets:0
Primary files:
digest.ss
NameContract
bytes->hex-string
(c-> bytes? string?)
make-digest-context
(c-> symbol? context?)
init-context
(c-> context? void)
update-context
(case->
 (c-> context? bytes? integer? void)
 (c-> context? bytes? integer? integer? void)
 (c-> context? bytes? void))
final-context->bytes
(c-> context? bytes?)
final-context->hex-string
(c-> context? string?)
bytes-digest
(c-> bytes? symbol? bytes?)
digest
(c-> bytes? symbol? string?)
bytes-digest-port
(c-> port? symbol? bytes?)
digest-port
(c-> port? symbol? string?)
 Current version
PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(1 2)1.2
1173
[none]
369.8Sunday, April 1st, 2007
To load: (require (planet soegaard/digest:1:2/digest))
Available in repositories: 4.x, 3xx
[no release notes]
No Tickets Currently open for this Package [New Ticket]

 Old versions
PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(1 1)1.0
8
[none]
369.8Sunday, April 1st, 2007
To load: (require (planet "digest.ss" ("soegaard" "digest.plt" 1 (= 1))))
Available in repositories: 4.x, 3xx
[no release notes]
(1 0)1.0
23
[none]
350Sunday, April 1st, 2007
To load: (require (planet "digest.ss" ("soegaard" "digest.plt" 1 (= 0))))
Available in repositories: 4.x, 3xx
[no release notes]