Liking cljdoc? Tell your friends :D

missinterpret.storage.address.core


byte-array->addressclj

(byte-array->address b)

Converts bytes into a content addressable representation.

NOTES:

  • This currently uses a specific addressing function to produce the address info.
  • Algorithm :sha2-256
  • Uses juxt/tick, the calculated-at attribute is #time/instant ex: #time/instant"2025-01-14T21:08:25.144972Z"
Converts bytes into a content addressable representation.

NOTES:
 - This currently uses a specific addressing function to produce the address info.
 - Algorithm :sha2-256
 - Uses juxt/tick, the `calculated-at` attribute is #time/instant
   ex: #time/instant"2025-01-14T21:08:25.144972Z"
raw docstring

data->addressclj

(data->address data)

Creates an address out of data that can be converted into a byte array

Creates an address out of data that can be converted into a byte array
raw docstring

file->addressclj

(file->address file)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close