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

AcraWriter c++ with tests and examples #270

Merged
merged 9 commits into from
Oct 11, 2018

Conversation

vixentael
Copy link
Collaborator

  1. AcraWriter c++ library is a single .hpp file in wrappers/cpp. Written in C++14 standard.
  2. Example is CLion project in examples/cpp. Example has two entry points: main.cpp and main_tests.cpp. Example uses catch for testing and cppcodec for base64/hex formats encoding.

Any suggestions how to run acrastruct tests automated?

}

// zeroing symmertic key
fill(symmertic_key.begin(), symmertic_key.end(), 0);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe would be good to fill with zeroes temp_private_key too?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agree

@vixentael vixentael merged commit b3cc65b into master Oct 11, 2018
@vixentael vixentael deleted the vixentael/T829-T828-acrawriter branch October 16, 2018 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants