arpio / newsmile

Fork of https://pypi.org/project/newsmile/
MIT License
0 stars 0 forks source link

ARP-2952: remove length check when decoding shared keys/values #2

Closed dmittendorf closed 3 weeks ago

dmittendorf commented 3 weeks ago

Removes length check when deciding to store shared keys. This check is performed during encoding, but shouldn't be performed during decode.

I checked several other SMILE decoder implementations, and they don't perform this check.