Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
chingc
/
Hash-Brown
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
1
Pull requests
6
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Python 3.11 refactor
- #8
#8
Open
chingc
wants to merge 39 commits into
main
chingc/Hash-Brown:main
from
py311
chingc/Hash-Brown:py311
Copy head branch name to clipboard
Conversation
Commits
39
(39)
Checks
Files changed
Open
Python 3.11 refactor
#8
chingc
wants to merge 39 commits into
main
chingc/Hash-Brown:main
from
py311
chingc/Hash-Brown:py311
Copy head branch name to clipboard
Commits
Commits on Dec 23, 2022
remove circleci
Ching Chow
committed
6cdd6b8
View commit details
Copy full SHA for 6cdd6b8
Browse repository at this point
add github actions
Ching Chow
committed
834cb0f
View commit details
Copy full SHA for 834cb0f
Browse repository at this point
remove cli interface
Ching Chow
committed
93de6cf
View commit details
Copy full SHA for 93de6cf
Browse repository at this point
__init__.py
Ching Chow
committed
d688dac
View commit details
Copy full SHA for d688dac
Browse repository at this point
refactored for clarity, simplicity, and python 3.11
Ching Chow
committed
fa89c97
View commit details
Copy full SHA for fa89c97
Browse repository at this point
update year
Ching Chow
committed
022a5ff
View commit details
Copy full SHA for 022a5ff
Browse repository at this point
simplify .gitignore
Ching Chow
committed
39305fd
View commit details
Copy full SHA for 39305fd
Browse repository at this point
update for python 3.11 and refactor
Ching Chow
committed
a915905
View commit details
Copy full SHA for a915905
Browse repository at this point
update poetry.lock
Ching Chow
committed
9e72489
View commit details
Copy full SHA for 9e72489
Browse repository at this point
clear file
Ching Chow
committed
b267049
View commit details
Copy full SHA for b267049
Browse repository at this point
add black
Ching Chow
committed
ca682bd
View commit details
Copy full SHA for ca682bd
Browse repository at this point
update poetry.lock
Ching Chow
committed
39f5988
View commit details
Copy full SHA for 39f5988
Browse repository at this point
linted
Ching Chow
committed
cdfa8af
View commit details
Copy full SHA for cdfa8af
Browse repository at this point
make mypy happy
Ching Chow
committed
faa8d03
View commit details
Copy full SHA for faa8d03
Browse repository at this point
rename file
Ching Chow
committed
f53298a
View commit details
Copy full SHA for f53298a
Browse repository at this point
add pytest-subtests
Ching Chow
committed
ff02267
View commit details
Copy full SHA for ff02267
Browse repository at this point
update poetry.lock
Ching Chow
committed
31b154f
View commit details
Copy full SHA for 31b154f
Browse repository at this point
use length 64 for shake algos
Ching Chow
committed
16b46f8
View commit details
Copy full SHA for 16b46f8
Browse repository at this point
update tests
Ching Chow
committed
438f0c6
View commit details
Copy full SHA for 438f0c6
Browse repository at this point
update pyproject.toml
Ching Chow
committed
4fb2b51
View commit details
Copy full SHA for 4fb2b51
Browse repository at this point
cancel in progress if pull request
Ching Chow
committed
ee0639b
View commit details
Copy full SHA for ee0639b
Browse repository at this point
Commits on Dec 24, 2022
generate random file for compute
Ching Chow
committed
4f9cb7b
View commit details
Copy full SHA for 4f9cb7b
Browse repository at this point
option to also return results as a list
Ching Chow
committed
dbeebef
View commit details
Copy full SHA for dbeebef
Browse repository at this point
test scanner
Ching Chow
committed
f7db31e
View commit details
Copy full SHA for f7db31e
Browse repository at this point
add changelog
Ching Chow
committed
e5c40cd
View commit details
Copy full SHA for e5c40cd
Browse repository at this point
Commits on Dec 26, 2022
fix type annotations
Ching Chow
committed
25ae1b9
View commit details
Copy full SHA for 25ae1b9
Browse repository at this point
add NotAFileError
Ching Chow
committed
3f2a90a
View commit details
Copy full SHA for 3f2a90a
Browse repository at this point
make 'python -m hb' work
Ching Chow
committed
7055c9f
View commit details
Copy full SHA for 7055c9f
Browse repository at this point
add linting
Ching Chow
committed
1254562
View commit details
Copy full SHA for 1254562
Browse repository at this point
Commits on Dec 27, 2022
remove pylint
Ching Chow
committed
7786dc4
View commit details
Copy full SHA for 7786dc4
Browse repository at this point
cleanup
Ching Chow
committed
0f03584
View commit details
Copy full SHA for 0f03584
Browse repository at this point
add bandit
Ching Chow
committed
6bcf9b3
View commit details
Copy full SHA for 6bcf9b3
Browse repository at this point
additional linting
Ching Chow
committed
eefe372
View commit details
Copy full SHA for eefe372
Browse repository at this point
add flake8-pyproject and isort
Ching Chow
committed
2745d33
View commit details
Copy full SHA for 2745d33
Browse repository at this point
move linter configs into pyproject.toml
Ching Chow
committed
01ad312
View commit details
Copy full SHA for 01ad312
Browse repository at this point
Commits on Dec 28, 2022
update lock
Ching Chow
committed
fd38c48
View commit details
Copy full SHA for fd38c48
Browse repository at this point
add property to return list of supported algos
Ching Chow
committed
19e8f5e
View commit details
Copy full SHA for 19e8f5e
Browse repository at this point
update readme
Ching Chow
committed
13ad795
View commit details
Copy full SHA for 13ad795
Browse repository at this point
add scanning option
Ching Chow
committed
2b323e8
View commit details
Copy full SHA for 2b323e8
Browse repository at this point
You can’t perform that action at this time.