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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
Deskasoft
/
HashifyNET
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1
Star
14
Code
Issues
1
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
A step ahead for V7
- #2
#2
Merged
LordOfXen
merged 29 commits into
Deskasoft:main
Deskasoft/HashifyNET:main
from
LordOfXen:v7
LordOfXen/HashifyNET:v7
Copy head branch name to clipboard
Sep 19, 2025
Conversation
Commits
29
(29)
Checks
Files changed
Merged
A step ahead for V7
#2
LordOfXen
merged 29 commits into
Deskasoft:main
Deskasoft/HashifyNET:main
from
LordOfXen:v7
LordOfXen/HashifyNET:v7
Copy head branch name to clipboard
Commits
Commits on Sep 19, 2025
Update csproj for v7 changes
Show description for 9cec06a
LordOfXen
authored
9cec06a
View commit details
Copy full SHA for 9cec06a
Browse repository at this point
Upload v7
Show description for 051e14e
LordOfXen
authored
051e14e
View commit details
Copy full SHA for 051e14e
Browse repository at this point
Upload V7 unit tests
Show description for faa32b6
LordOfXen
authored
faa32b6
View commit details
Copy full SHA for faa32b6
Browse repository at this point
Delete HashifyNet/Algorithms/HashAlgorithmWrapper/Algorithms/HMACMD5 directory
Show description for 4655f3f
LordOfXen
authored
4655f3f
View commit details
Copy full SHA for 4655f3f
Browse repository at this point
Delete HashifyNet/Algorithms/HashAlgorithmWrapper/Algorithms/HMACSHA1 directory
Show description for 4f1ef3b
LordOfXen
authored
4f1ef3b
View commit details
Copy full SHA for 4f1ef3b
Browse repository at this point
Delete HashifyNet/Algorithms/HashAlgorithmWrapper/Algorithms/HMACSHA256 directory
Show description for 6af8a90
LordOfXen
authored
6af8a90
View commit details
Copy full SHA for 6af8a90
Browse repository at this point
Delete HashifyNet/Algorithms/HashAlgorithmWrapper/Algorithms/HMACSHA384 directory
Show description for b87c002
LordOfXen
authored
b87c002
View commit details
Copy full SHA for b87c002
Browse repository at this point
Delete HashifyNet/Algorithms/HashAlgorithmWrapper/Algorithms/HMACSHA3_256 directory
Show description for 5a06e81
LordOfXen
authored
5a06e81
View commit details
Copy full SHA for 5a06e81
Browse repository at this point
Delete HashifyNet/Algorithms/HashAlgorithmWrapper/Algorithms/HMACSHA3_384 directory
Show description for f98e389
LordOfXen
authored
f98e389
View commit details
Copy full SHA for f98e389
Browse repository at this point
Delete HashifyNet/Algorithms/HashAlgorithmWrapper/Algorithms/HMACSHA3_512 directory
Show description for 365633b
LordOfXen
authored
365633b
View commit details
Copy full SHA for 365633b
Browse repository at this point
Delete HashifyNet/Algorithms/HashAlgorithmWrapper/Algorithms/HMACSHA512 directory
Show description for f50e25d
LordOfXen
authored
f50e25d
View commit details
Copy full SHA for f50e25d
Browse repository at this point
Fix README having duplicate implementations
Show description for 2f4c54f
LordOfXen
authored
2f4c54f
View commit details
Copy full SHA for 2f4c54f
Browse repository at this point
Remove old Base85Variant
Show description for a582971
LordOfXen
authored
a582971
View commit details
Copy full SHA for a582971
Browse repository at this point
Remove the old Base85Helper.cs
Show description for 52eb07b
LordOfXen
authored
52eb07b
View commit details
Copy full SHA for 52eb07b
Browse repository at this point
Add read-only span deserializer to Argon2idSerializer
Show description for 500b2fd
LordOfXen
authored
500b2fd
View commit details
Copy full SHA for 500b2fd
Browse repository at this point
Update Argon2idDecoder to use ReadOnlySpan over ArraySegment
Show description for 13e7d7d
LordOfXen
authored
13e7d7d
View commit details
Copy full SHA for 13e7d7d
Browse repository at this point
Update SpookyHash to fully use Span
Show description for 10b18c0
LordOfXen
authored
10b18c0
View commit details
Copy full SHA for 10b18c0
Browse repository at this point
Remove unused ArraySegment zero fill helper method from ArrayHelpers
Show description for 8c5e494
LordOfXen
authored
8c5e494
View commit details
Copy full SHA for 8c5e494
Browse repository at this point
Update SpookyHashV2 to fully use Span
Show description for 5729fd5
LordOfXen
authored
5729fd5
View commit details
Copy full SHA for 5729fd5
Browse repository at this point
Fix CopyStateTo internal buffer condition in BlockTransformerBase
Show description for dc4ec35
LordOfXen
authored
dc4ec35
View commit details
Copy full SHA for dc4ec35
Browse repository at this point
Leave validations to span in BlockTransformerBase:TransformBytes
Show description for 68e00f2
LordOfXen
authored
68e00f2
View commit details
Copy full SHA for 68e00f2
Browse repository at this point
Leave validations to span in HashFunctionBase:ComputeHash
Show description for 3ad1a5a
LordOfXen
authored
3ad1a5a
View commit details
Copy full SHA for 3ad1a5a
Browse repository at this point
Update Keccak with ValueEndianness fo BigEndian
Show description for 19e06eb
LordOfXen
authored
19e06eb
View commit details
Copy full SHA for 19e06eb
Browse repository at this point
Remove cancellationToken check in FinalizeHashValue of Blake2b and remove comments
Show description for 76b0df3
LordOfXen
authored
76b0df3
View commit details
Copy full SHA for 76b0df3
Browse repository at this point
Update blake3 implementation as little endian
Show description for b037c9d
LordOfXen
authored
b037c9d
View commit details
Copy full SHA for b037c9d
Browse repository at this point
Add cancellation token validation into FinalizeHashValue in BlockTransformerBase
Show description for e51f359
LordOfXen
authored
e51f359
View commit details
Copy full SHA for e51f359
Browse repository at this point
Add new methods to IHashValue
Show description for d73911b
LordOfXen
authored
d73911b
View commit details
Copy full SHA for d73911b
Browse repository at this point
Add new methods to HashValue
Show description for 183202d
LordOfXen
authored
183202d
View commit details
Copy full SHA for 183202d
Browse repository at this point
Return the current instance if the requested bit length in Coerce equals the current bit length
Show description for d9c62ff
LordOfXen
authored
d9c62ff
View commit details
Copy full SHA for d9c62ff
Browse repository at this point
You can’t perform that action at this time.