-
Notifications
You must be signed in to change notification settings - Fork 1
cyclone-scheme edited this page Jul 6, 2021
·
3 revisions
Content automatically generated. Contributions from the community are very welcomed at the bottom of this file.
- Intro
- Dependencies
- Test dependencies
- Foreign dependencies
- API
- Examples
- Author(s)
- Maintainer(s)
- Version
- License
- Tags
Implementation of the MD5 (Message Digest) cryptographic hash.
None
None
None
Returns the md5 checksum of src
as a lowercase hex-string.
src
can be either a string (interpreted as utf8) or a bytevector.
(import (scheme base)
(cyclone crypto md5))
(md5 "The quick brown fox jumps over the lazy dog")
;; => "9e107d9d372bb6826bd81d3542a419d6"
Justin Ethier
Arthur Maciel
"0.2.0"
BSD
crypto hash