-
Notifications
You must be signed in to change notification settings - Fork 86
digest u8vector
Chris Petersen edited this page Sep 18, 2015
·
1 revision
Returns the digest of the u8vector, using the specified algorithm
Parameter | Description |
---|---|
u8vect | u8vector to digest |
algorithm | Algorithm to use: crc32 , md5 , sha-1 , sha-224 or sha-256
|
result-type | Type of result: hex or u8vector
|
> (digest-u8vector (u8vector 1 2 3 4) 'sha-1)
"12dada1fff4d4787ade3333147202c3b443e376f"
> (digest-u8vector (u8vector 1 2 3 4) 'sha-1 'u8vector)
#u8(18 218 218 31 255 77 71 135 173 227 51 49 71 32 44 59 68 62 55 111)
-
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip