-
Notifications
You must be signed in to change notification settings - Fork 86
digest substring
Chris Petersen edited this page Sep 18, 2015
·
1 revision
Returns the digest of the substring, using the specified algorithm
Parameter | Description |
---|---|
str | String 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-substring "test" 0 2 'md5)
"569ef72642be0fadd711d6a468d68ee1"
> (digest-substring "test" 0 2 'md5 'u8vector)
#u8(86 158 247 38 66 190 15 173 215 17 214 164 104 214 142 225)
-
- 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