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
.
libtom
/
libtomcrypt
Public
Notifications
You must be signed in to change notification settings
Fork
492
Star
1.8k
Code
Issues
35
Pull requests
14
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Minor improvements
- #704
#704
Merged
sjaeckel
merged 24 commits into
develop
libtom/libtomcrypt:develop
from
minor-improvements
libtom/libtomcrypt:minor-improvements
Copy head branch name to clipboard
Nov 11, 2025
Conversation
Commits
24
(24)
Checks
Files changed
Merged
Minor improvements
#704
sjaeckel
merged 24 commits into
develop
libtom/libtomcrypt:develop
from
minor-improvements
libtom/libtomcrypt:minor-improvements
Copy head branch name to clipboard
Commits
Commits on Nov 3, 2025
A BitString of length 0 can be only 3bytes long
Show description for fc3af1e
sjaeckel
committed
fc3af1e
View commit details
Copy full SHA for fc3af1e
Browse repository at this point
Re-order hash registrations
Show description for 4c03415
sjaeckel
committed
4c03415
View commit details
Copy full SHA for 4c03415
Browse repository at this point
Improve `register_{cipher,hash,prng}()`
Show description for 8001748
sjaeckel
committed
8001748
View commit details
Copy full SHA for 8001748
Browse repository at this point
Fix curve25519 in case sha512 is not available
Show description for 2d64fc4
sjaeckel
committed
2d64fc4
View commit details
Copy full SHA for 2d64fc4
Browse repository at this point
Don't use written parameter of macro directly
Show description for eb807b8
sjaeckel
committed
eb807b8
View commit details
Copy full SHA for eb807b8
Browse repository at this point
Correctly treat NULL in the parameters of a SubjectPublicKeyInfo
Show description for dd6ef9c
sjaeckel
committed
dd6ef9c
View commit details
Copy full SHA for dd6ef9c
Browse repository at this point
Improve readability of script and the logs it creates
Show description for c895dd9
sjaeckel
committed
c895dd9
View commit details
Copy full SHA for c895dd9
Browse repository at this point
Revert "cmake: add ccache support"
Show description for 52b93bf
sjaeckel
committed
52b93bf
View commit details
Copy full SHA for 52b93bf
Browse repository at this point
Clarify MPI providers a bit further
Show description for 5e0d801
sjaeckel
committed
5e0d801
View commit details
Copy full SHA for 5e0d801
Browse repository at this point
Don't `abort()` in "release" builds
Show description for 0c15edb
sjaeckel
committed
0c15edb
View commit details
Copy full SHA for 0c15edb
Browse repository at this point
Make build of docs reproducible
babelouest
authored and
sjaeckel
committed
95a492a
View commit details
Copy full SHA for 95a492a
Browse repository at this point
Allow deprecation warnings to be disabled
Show description for c9259ff
sjaeckel
committed
c9259ff
View commit details
Copy full SHA for c9259ff
Browse repository at this point
Fix `hmac_memory_multi()` invocation
Show description for ac291e8
sjaeckel
committed
ac291e8
View commit details
Copy full SHA for ac291e8
Browse repository at this point
Minor fixes
Show description for 5dbdaff
sjaeckel
committed
5dbdaff
View commit details
Copy full SHA for 5dbdaff
Browse repository at this point
Fix warning uncovered by scan-build.
Show description for 1924f43
sjaeckel
committed
1924f43
View commit details
Copy full SHA for 1924f43
Browse repository at this point
Enable AES-NI per default on x86_64.
Show description for 3c906ab
sjaeckel
committed
3c906ab
View commit details
Copy full SHA for 3c906ab
Browse repository at this point
Allow disabling of CLZL and CTZL builtins.
Show description for 6f085d3
sjaeckel
committed
6f085d3
View commit details
Copy full SHA for 6f085d3
Browse repository at this point
Make `store_test()` a bit more aggressive.
Show description for 78e2675
sjaeckel
committed
78e2675
View commit details
Copy full SHA for 78e2675
Browse repository at this point
Use `LTC_TMPVAR()` in more Macros.
Show description for e0f49a9
sjaeckel
committed
e0f49a9
View commit details
Copy full SHA for e0f49a9
Browse repository at this point
Remove `init_{GMP,LTM,TFM}()`
Show description for 934bd7e
sjaeckel
committed
934bd7e
View commit details
Copy full SHA for 934bd7e
Browse repository at this point
Add SHA3-HMAC support to PKCS#8
Show description for e2d0935
sjaeckel
committed
e2d0935
View commit details
Copy full SHA for e2d0935
Browse repository at this point
Add `demos/der_print_flexi.c`
Show description for 47162b9
sjaeckel
committed
47162b9
View commit details
Copy full SHA for 47162b9
Browse repository at this point
Create table of supported ECC curves programmatically
Show description for d8a62f3
sjaeckel
committed
d8a62f3
View commit details
Copy full SHA for d8a62f3
Browse repository at this point
Bump required CMake version & DRY
Show description for 91757cf
sjaeckel
committed
91757cf
View commit details
Copy full SHA for 91757cf
Browse repository at this point
You can’t perform that action at this time.