Currently it's only possible to generate the XOR-UR of an immutable data only when it's being written to the network, more precisely when invoking the close function of the ImmDWritter. It should be possible and usefull to also be able to get the XOR-URL from an ImmDReader instance. This should be of course be allowed only when the experimental API flag is set.
Currently it's only possible to generate the XOR-UR of an immutable data only when it's being written to the network, more precisely when invoking the
close
function of the ImmDWritter. It should be possible and usefull to also be able to get the XOR-URL from an ImmDReader instance. This should be of course be allowed only when the experimental API flag is set.