Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
component:data [2020/01/05 02:32]
is2511 [Tier 3 Callbacks] duplicate "generated", extra dot, second "and" -> ","
component:data [2021/01/19 16:08]
tshaw [Tier 1 Callbacks]
Line 9: Line 9:
  
 - `crc32(data:​string):​string`  ​ - `crc32(data:​string):​string`  ​
-  Computes CRC-32 hash of the data. Result is in binary format+  Computes CRC-32 hash of the data. Result is in binary format.
 - `decode64(data:​string):​string`  ​ - `decode64(data:​string):​string`  ​
   Applies base64 decoding to the data.   Applies base64 decoding to the data.
 - `encode64(data:​string):​string`  ​ - `encode64(data:​string):​string`  ​
-  Applies base64 encoding to the data.+  Applies base64 encoding to the data. Result is in binary format.
 - `md5(data:​string):​string`  ​ - `md5(data:​string):​string`  ​
   Computes MD5 hash of the data. Result is in binary format   Computes MD5 hash of the data. Result is in binary format