-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix DLTaggedObject in ASN1 * DSS, DSA, Primality * DSS, DSA, Primality * DSA/DSS updates. Shift too big :( * Generate works! * Signature working! * Verification works. Sometimes there is a modulus error "No inverse value can be computed <some non-1 modulus>" * JWS + ECC * Add ECC to cryptography.hazmat.backends.pycryptodome * Add more ECC and fix some ASN1 * More ECC + JWS * Fix SHA384 hexdigest * Jose ECDSA * Remove extraneous print statements * Delete DSA_old.star * Delete DSS_old.star Co-authored-by: aslepakurov <[email protected]>
- Loading branch information
1 parent
a6fc494
commit a203828
Showing
20 changed files
with
2,157 additions
and
417 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -534,4 +534,4 @@ Numbers = larky.struct( | |
) | ||
) | ||
|
||
Integer = Numbers.Integer | ||
Integer = Numbers.Integer |
Oops, something went wrong.