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

Use at_key.to_string() in AtClient put, get, delete #16

Open
5 tasks
JeremyTubongbanua opened this issue Feb 7, 2023 · 0 comments
Open
5 tasks

Use at_key.to_string() in AtClient put, get, delete #16

JeremyTubongbanua opened this issue Feb 7, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@JeremyTubongbanua
Copy link
Member

JeremyTubongbanua commented Feb 7, 2023

What Needs To Be Done

  • AtKey needs to become an abstract class
  • Force developers and preexisting implementations to use the extended classes: PublicKey, SelfKey, and SharedKey
  • Namespace support in to_string()
  • AtKey.to_string() needs to be developed. See at_java for examples.
  • Utilize to_string() in at_client.cpp put_ak, get_ak, and delete_ak.
@JeremyTubongbanua JeremyTubongbanua added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant