Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Allow packing/unpacking into an ordered representation #69

Open
daidoji opened this issue Mar 12, 2024 · 0 comments
Open

[Feature] Allow packing/unpacking into an ordered representation #69

daidoji opened this issue Mar 12, 2024 · 0 comments

Comments

@daidoji
Copy link

daidoji commented Mar 12, 2024

Background

We are working on a cryptographic encoding scheme that relies on the ordering of map key/values when serializing and deserializing to ensure the cryptographic properties of the various crypto matter (signatures, digests, hashes, etc...) verify correctly in the suite of schemes.

Feature Description

Allow the packing/unpacking into ordered representations equivalent to the serialization/deserialization order. This would be similar to https://hexdocs.pm/jason/Jason.OrderedObject.html for Jason or for a message pack example where msgpack-erlang can serialize/deserialize into ordered list representations in jiffy/jsx.

This would be really great and provide a needed feature to people developing these types of applications in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant