|
Allegro CL version 6.2 Unrevised from 6.1 to 6.2. |
Arguments: context &key usb8-result
Compute and return the MD5 checksum from context, an integer of length 128 or less. md5-init returns a context. If the usb8-result keyword argument is specified true, the result is returned in an (unsigned-byte 8) array format:
cl-user(4): (md5-final "foo") 236217700812493166605133545780052177885 cl-user(5): (md5-final "foo" :usb8-result t) #(48 72 217 66 105 183 245 139 35 160 ...) cl-user(6):
See MD5 support in miscellaneous.htm.
Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights
reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1
page.
Created 2002.2.26.
|
Allegro CL version 6.2 Unrevised from 6.1 to 6.2. |