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
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 }}
MHumm
/
DelphiEncryptionCompendium
Public
Notifications
You must be signed in to change notification settings
Fork
78
Star
286
Code
Issues
19
Pull requests
5
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Basically a first implementation of the chacha20 Poly1305 algorithm
- #90
#90
Open
mikerabat
wants to merge 12 commits into
MHumm:development_chacha20poly1305
MHumm/DelphiEncryptionCompendium:development_chacha20poly1305
from
mikerabat:development
mikerabat/DelphiEncryptionCompendium:development
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Open
Basically a first implementation of the chacha20 Poly1305 algorithm
#90
mikerabat
wants to merge 12 commits into
MHumm:development_chacha20poly1305
MHumm/DelphiEncryptionCompendium:development_chacha20poly1305
from
mikerabat:development
mikerabat/DelphiEncryptionCompendium:development
Copy head branch name to clipboard
Commits
Commits on Jun 16, 2025
Progress: Removed class TCipher_ChaCha_Poly1305 -> now in Mode
Show description for 760681f
mikerabat
committed
760681f
View commit details
Copy full SHA for 760681f
Browse repository at this point
Commits on Jul 9, 2025
* Poly1305 hash updated to new authentication Class
Show description for 9098716
mikerabat
committed
9098716
View commit details
Copy full SHA for 9098716
Browse repository at this point
Commits on Jul 12, 2025
Working GCM and Poly1305
mikerabat
committed
7375a54
View commit details
Copy full SHA for 7375a54
Browse repository at this point
Commits on Jul 13, 2025
Minor: unchecked assembler in inc file.
Show description for dd312e6
mikerabat
committed
dd312e6
View commit details
Copy full SHA for dd312e6
Browse repository at this point
Commits on Jul 16, 2025
Implemented XChacha20 according to https://datatracker.ietf.org/doc/html/draft-arciszewski-xchacha-03
mikerabat
committed
07775f5
View commit details
Copy full SHA for 07775f5
Browse repository at this point
Commits on Jul 20, 2025
Removed poly1305 dll reference - (was a test to implement a sse/avx version)
mikerabat
committed
a4f52c7
View commit details
Copy full SHA for a4f52c7
Browse repository at this point
Commits on Jul 29, 2025
Added a json based test suite.
Show description for 2cb7832
mikerabat
committed
2cb7832
View commit details
Copy full SHA for 2cb7832
Browse repository at this point
Fix: the destructor was actually a test - moved to public section
mikerabat
committed
e8ffbb5
View commit details
Copy full SHA for e8ffbb5
Browse repository at this point
Commits on Aug 2, 2025
Extended intel CPU support (added unit to detect features AVX, SSE and also AES HW support).
mikerabat
committed
a025e6c
View commit details
Copy full SHA for a025e6c
Browse repository at this point
Commits on Aug 20, 2025
* New AES assembler routines based on the Intel Whitepaper
Show description for 7e1b443
mikerabat
committed
7e1b443
View commit details
Copy full SHA for 7e1b443
Browse repository at this point
Commits on Jan 27, 2026
* AVX implementations for the Poly1305 mode
Show description for dbe08c1
mikerabat
committed
dbe08c1
View commit details
Copy full SHA for dbe08c1
Browse repository at this point
Preinitialization of the supported assembler instruction set for Poly1305 - the current available CPU is queried and the best mode is selected
mikerabat
committed
d6eb393
View commit details
Copy full SHA for d6eb393
Browse repository at this point
You can’t perform that action at this time.