-
Notifications
You must be signed in to change notification settings - Fork 87
digest subu8vector
Chris Petersen edited this page Sep 18, 2015
·
1 revision
Returns the digest of the u8vector section, using the specified algorithm
Parameter | Description |
---|---|
u8vect | u8vector to digest |
start | Start index |
end | End index |
algorithm | Algorithm to use: crc32 , md5 , sha-1 , sha-224 or sha-256
|
result-type | Type of result: hex or u8vector
|
> (digest-subu8vector (u8vector 1 2 3 4) 0 2 'sha-224)
"345c41ed451c6f4ca538563c12d83817f0fbb68ecd83b1423c7e1f3f"
> (digest-subu8vector (u8vector 1 2 3 4) 0 2 'sha-224 'u8vector)
#u8(52 92 65 237 69 28 111 76 165 56 86 60 18 216 56 23 240 251 182 142 205 131 177 66 60 126 31 63)
-
- 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