-
Notifications
You must be signed in to change notification settings - Fork 31
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
Refactor Serials to Kinds to match keripy #275
Conversation
…er Decrypter all moved so import from core instead of core.coring
Needs to update github tests to test against WebOfTrust/keripy#826 which needs to get a new dev tag once accepted so keria can reference the new dev tag for keripy |
@m00sey to create keripy dev tag |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #275 +/- ##
==========================================
+ Coverage 93.06% 93.10% +0.04%
==========================================
Files 36 36
Lines 7121 7221 +100
==========================================
+ Hits 6627 6723 +96
- Misses 494 498 +4 ☔ View full report in Codecov by Sentry. |
… keripy Encrypter to support all types of ciphers.
@m00sey This can merge if we get a |
@SmithSamuelM Phil published |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Introduces new errors:
TypeError: SaltyManager.rotate() missing 2 required positional arguments: 'kidx' and 'transferable'
TypeError: Encrypter.encrypt() got an unexpected keyword argument 'prim'
#294 duplicates this. |
This can be closed now that #294 has merged! |
No description provided.