mleku on Nostr: if anyone had asked me what i thought i would have directed them to my previous work ...
if anyone had asked me what i thought i would have directed them to my previous work
https://github.com/indra-labs/indra/blob/089a0df491fd76ac393875053625f9fd4fdbe140/docs/formats.md#reply
> In order to prevent the depth of the chain of forwards from being visible to relays, there must also be a random, arbitrary padding at the end of the header. Initially a rigid design was intended to cloak this, hiding the position on the path by it being moved upwards and padded back out for the next step, so a random length of padding that varies enough to make it difficult to know how many layers might be inside it must be used.
>
> This is now changed so that a random amount of padding is always added to the Header segment of a message. The padding should be filled with noise, a hash chain is sufficient and efficient for this.
https://github.com/indra-labs/indra/blob/089a0df491fd76ac393875053625f9fd4fdbe140/docs/formats.md#reply
> In order to prevent the depth of the chain of forwards from being visible to relays, there must also be a random, arbitrary padding at the end of the header. Initially a rigid design was intended to cloak this, hiding the position on the path by it being moved upwards and padded back out for the next step, so a random length of padding that varies enough to make it difficult to know how many layers might be inside it must be used.
>
> This is now changed so that a random amount of padding is always added to the Header segment of a message. The padding should be filled with noise, a hash chain is sufficient and efficient for this.