You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 12, 2026. It is now read-only.
Floating-point numbers MUST always be encoded using the longest variant; completely avoiding floating-point numbers is RECOMMENDED to minimize interoperability and tooling issues.
Valid encoding according to CBORc: f97e00
Invalid encoding according to CBORc: fa7fc00000 (not in shortest form)
It is unclear which version should be used in DRISL given this
Floats from the DRISL spec
f97e00fa7fc00000(not in shortest form)It is unclear which version should be used in DRISL given this