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

Found source of output bug #20

Closed
mgbowe1 opened this issue Apr 26, 2016 · 1 comment
Closed

Found source of output bug #20

mgbowe1 opened this issue Apr 26, 2016 · 1 comment
Assignees

Comments

@mgbowe1
Copy link
Collaborator

mgbowe1 commented Apr 26, 2016

You are not adding a ' before the opening parenthesis when writing to database.ss.
This means the lines you read out of database.ss are not of type pair.

I am unsure where the code to fix this needs to be put so I am assigning the issue to you. Please fetch the latest commits to master before beginning because I have moved the input and output functions into the database object so users don't accidentally overwrite them. When this issue is resolved I will be separating the database code from the base RSA code because they really belong in separate files, but I want everything working before we make that change.

Thanks,
Michael

@mgbowe1
Copy link
Collaborator Author

mgbowe1 commented Apr 26, 2016

I got it working, no need for you to do anything with the input code.

@mgbowe1 mgbowe1 closed this as completed Apr 26, 2016
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

2 participants