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

Move JSON functionality into native #11

Open
battila7 opened this issue May 13, 2019 · 0 comments
Open

Move JSON functionality into native #11

battila7 opened this issue May 13, 2019 · 0 comments
Labels
breaking Breaking change of the library interface 🎉 Hacktoberfest 🍻 Hacktoberfest-friendly issues, great for newcomers. identity-based Related to identity-based machinery.
Milestone

Comments

@battila7
Copy link
Collaborator

battila7 commented May 13, 2019

Brief

One of CryptID's most interesting capabilities is the support of JSON public keys. However, this functionality is currently only present in CryptID.js.

As it'd be appealing to make CryptID available outside of the browser, JSON handling should be moved to native.

Task

  • Choose a lightweight, fast and easy-to-integrate C JSON library.
  • Integrate the chosen library, so that clients can pass JSON strings as identities.

Note

Consider using jsmn

@battila7 battila7 self-assigned this May 13, 2019
@battila7 battila7 added breaking Breaking change of the library interface identity-based Related to identity-based machinery. labels May 13, 2019
@battila7 battila7 added this to the Version 2 milestone Feb 4, 2020
@BeardOfDoom BeardOfDoom added the 🎉 Hacktoberfest 🍻 Hacktoberfest-friendly issues, great for newcomers. label Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change of the library interface 🎉 Hacktoberfest 🍻 Hacktoberfest-friendly issues, great for newcomers. identity-based Related to identity-based machinery.
Projects
None yet
Development

No branches or pull requests

2 participants