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

harpocrates CLI - wrapped with Rust #5

Open
wants to merge 11 commits into
base: parallel-opt
Choose a base branch
from
Open

Conversation

itzmeanjan
Copy link
Owner

  • C wrapper API for underlying C++ implementation of basic harpocrates cipher ( read encrypt/ decrypt routines )
  • Rust wrapper API, invoking shared library object with C -ABI
  • Safe Rust routines, computing encrypted/ decrypted byteslices of each 16 -bytes, using multiple CPU threads
  • Test & benchmark all these new routines
  • Command line interface for ease of encryption/ decryption/ key generation etc.

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

Successfully merging this pull request may close these issues.

1 participant