Skip to content

timestamp tsr getmessage

Matthias Görges edited this page Jul 13, 2015 · 1 revision

timestamp-tsr-getmessage returns the timestamp response message imprint (file hash), which was signed.

Parameter Description
tsr Timestamp response

Example

Example 1: Obtain a trusted timestamp for a file containing the string "LambdaNative" and display the message imprint

> (define filename "LNtest")
> (u8vector->file (u8vector 76 97 109 98 100 97 78 97 116 105 118 101) filename)
> (define tsr (timestamp-gettimestamp filename))
> (display (timestamp-tsr-getmessage tsr))
#u8(38 182 222 224 225 89 152 188 122 77 132 121 160 79 41 6 26 21 105 82 54 53 213 214 241 185 154 129 217 226 221 77 76 120 197 237 79 77 3 142 167 50 232 192 235 0 20 214 73 155 172 28 101 228 47 255 253 233 202 174 145 38 230 181)
Clone this wiki locally