-
Notifications
You must be signed in to change notification settings - Fork 86
timestamp tsq getmessage
Matthias Görges edited this page Jul 13, 2015
·
1 revision
timestamp-tsq-getmessage returns the message imprint (file hash) of timestamp request.
Parameter | Description |
---|---|
tsq | Timestamp query |
Example 1, as used in the Timestamp response verification piece of modules/timestamp/timestamp.scm
(let* ((tsq (timestamp-tsq-generate filename))
(tsr (timestamp-tsr-request tsq)))
(if (and tsq tsr (timestamp-tsr-granted? tsr)
(fx= (timestamp-tsq-getnonce tsq) (timestamp-tsr-getnonce tsr))
(equal? (timestamp-tsq-getmessage tsq) (timestamp-tsr-getmessage tsr)))
(if (timestamp-tsr-save filename tsr)
tsr
#f
)
#f
)
)
-
- 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