awslabs / mls-rs

An implementation of Messaging Layer Security (RFC 9420)
Apache License 2.0
93 stars 18 forks source link

Add support for encoding and decoding u128 primitives #145

Closed CaioSym closed 5 months ago

CaioSym commented 5 months ago

Issues:

Resolves #144

Description of changes:

one liner to add support for encoding/decodinb u128s

Testing:

Added a basic round trip test

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT license.