Handbook
Glossary
openssl-checksum
OpenSSL checksums
Next:
<openssl-checksum> ( name -- openssl-checksum )
Vocabulary
checksums
.
openssl
Class description
The class of checksum algorithms implemented by OpenSSL. The exact set of algorithms supported depends on how the OpenSSL library was compiled;
md5
and
sha1
should be universally available.
Definition
IN:
checksums.openssl
TUPLE:
openssl-checksum
name
;
Methods
USING:
accessors
checksums
checksums.openssl
checksums.openssl.private
kernel
openssl
;
M:
openssl-checksum
initialize-checksum-state
maybe-init-ssl
name>>
<evp-md-context>
[
set-digest
]
keep
;