jorektheglitch
jorektheglitch
Hm, I remember same problem was in Yggdrasil 0.3.x In russian community it was called "storms", and the main explanation was the circulating waves of root update messages that makes...
AFAIK this calls "Birthday attack". Wikipedia says that difficulty of search a collision in hash function typically is 2^(n/2) where n is hash lenght. In Yggdrasil lenght of hash is...
@Vort, each hop see a path, but this path contains only relative coirds (port numbers). Since this it's very hard to intermediate nodes to know that a path has circles.
There is one tricky moment - JSONs may be fragmented in different ways. Example: ```python "{'alpha': 'bra" "vo'}{'chadlie': 'delta'}" ``` Does suggested method works In this case?
@daggaz, I meant situation in with JSON readed chunk-by-chunk. There is absolutely no guarantee that JSONs will be read from start to end and nothing else. In example I just...
@daggaz sorry for huge response time and thank you for PR, will watch it today 👌
> I PR'd your repo: [jorektheglitch/json_stream_tests#1](https://github.com/jorektheglitch/json_stream_tests/pull/1) > > * added some additional checks to the positive cases to verify the result from json_stream is the same as from json. >...