-
Notifications
You must be signed in to change notification settings - Fork 8
Add raw bin support #12
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
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
11408a6
Pull Request Initial commit
Mr-Ao-Dragon a8e3003
Add binary representation properties for SRPSessionBase
Mr-Ao-Dragon 32f11fd
Enhance SRP session handling to support binary and hex inputs for pri…
Mr-Ao-Dragon 99ce8ca
Update test_context expected values to match hex_from str return type
Mr-Ao-Dragon e4c4a6c
fix: wrong proof verify target
Mr-Ao-Dragon 5adb0ec
add: all way path test for bin
Mr-Ao-Dragon 313757d
update: README.rst for raw binary support
Mr-Ao-Dragon 3632e5b
add: initial implementation of srptools with CLI and packaging setup
Mr-Ao-Dragon 000310c
add: initial implementation of srptools with CLI and packaging setup
Mr-Ao-Dragon 7c123ba
update: allow publish step to continue on error
Mr-Ao-Dragon a793d96
Merge remote-tracking branch 'upstream/master' into refact/publish/us…
Mr-Ao-Dragon d3ae1b8
强制要求发布成功,跳过上传到github registery (#4)
Mr-Ao-Dragon 060d728
update: allow publish step to proceed even if target secret is missing
Mr-Ao-Dragon 769cfce
update: modify publish step to include specific file patterns for upload
Mr-Ao-Dragon b6d6c31
小修补 (#5)
Mr-Ao-Dragon ce63b7e
合并拉取请求 #6
Mr-Ao-Dragon acf4e90
update: add permissions for write access in publish step
Mr-Ao-Dragon a9e37c3
update: modify publish step to use dynamic publish URL based on repos…
Mr-Ao-Dragon 5511de9
update: modify publish step to use repository-specific publish URL an…
Mr-Ao-Dragon e647173
marge father commits
Mr-Ao-Dragon ab02e20
fix: #12 review comment N.1
Mr-Ao-Dragon a1b7500
fix: #12 review comment N.2
Mr-Ao-Dragon 4a47582
fix: #12 review comment N.3
Mr-Ao-Dragon 91b2d7f
fix: #12 review comment N.4
Mr-Ao-Dragon 1eb2a17
fix: #12 review comment N.5
Mr-Ao-Dragon 98be67b
fix: #12 review comment N.6
Mr-Ao-Dragon b9b75f7
ci: 更新依赖同步命令为 uv sync --group tests
Mr-Ao-Dragon e3b8d05
refactor: 优化代码风格与异常处理
Mr-Ao-Dragon 52126b2
pr/12/fix-comment (#7)
Mr-Ao-Dragon afa305e
fix: pr 12 review round 2
Mr-Ao-Dragon f69f30e
fix: pr 12 review round 3 review issue 1
Mr-Ao-Dragon d31d519
fix: pr 12 review round 2 review issue 2
Mr-Ao-Dragon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -7,4 +7,6 @@ __pycache__ | |
| *.pyo | ||
| *.egg-info | ||
| docs/_build/ | ||
| *.lock | ||
| *.lock | ||
| .venv | ||
| build | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.