-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove vendored code and add credits to borrowed code
- Loading branch information
Showing
3 changed files
with
7 additions
and
308 deletions.
There are no files selected for viewing
Empty file.
308 changes: 0 additions & 308 deletions
308
src/edutap/wallet_google/_vendor/google_pay_token_decryption.py
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,3 +1,10 @@ | ||
""" | ||
Parts of this module are rewrites and borrows from from https://github.com/yoyowallet/google-pay-token-decryption | ||
The above packages does not fulfill the needs we have here, but was a great starting point. | ||
Copyright is by its original authors at Yoyo Wallet <[email protected]> | ||
This file is under the MIT License, as found here https://github.com/yoyowallet/google-pay-token-decryption/blob/5cd006da9687171c1e35b55507b671c6e4eb513d/pyproject.toml#L8 | ||
""" | ||
|
||
from ..models.handlers import CallbackData | ||
from ..models.handlers import IntermediateSigningKey | ||
from ..models.handlers import RootSigningPublicKeys | ||
|