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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
leanEthereum
/
leanSig
Public
Notifications
You must be signed in to change notification settings
Fork
28
Star
49
Code
Issues
10
Pull requests
8
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
SIMD packing for tweak hash tree
- #21
#21
Merged
tcoratger
merged 13 commits into
leanEthereum:main
leanEthereum/leanSig:main
from
Vindaar:packingForTree
Vindaar/leanSig:packingForTree
Copy head branch name to clipboard
Dec 17, 2025
Conversation
Commits
13
(13)
Checks
Files changed
Merged
SIMD packing for tweak hash tree
#21
tcoratger
merged 13 commits into
leanEthereum:main
leanEthereum/leanSig:main
from
Vindaar:packingForTree
Vindaar/leanSig:packingForTree
Copy head branch name to clipboard
Commits
Commits on Dec 9, 2025
implement variant of tree layer computation using SIMD packing
Vindaar
committed
3585dad
View commit details
Copy full SHA for 3585dad
Browse repository at this point
[tests] add test cases for SIMD tree construction
Vindaar
committed
c6c16fc
View commit details
Copy full SHA for c6c16fc
Browse repository at this point
Commits on Dec 10, 2025
address clippy errors
Vindaar
committed
3cc78ea
View commit details
Copy full SHA for 3cc78ea
Browse repository at this point
Commits on Dec 15, 2025
avoid temporary arrays entirely during packing
Show description for c9e234f
Vindaar
and
tcoratger
committed
c9e234f
View commit details
Copy full SHA for c9e234f
Browse repository at this point
Commits on Dec 16, 2025
use `#[inline]` without (always)
Vindaar
committed
c1dfc58
View commit details
Copy full SHA for c1dfc58
Browse repository at this point
remove `unpack_to_array`, `pack_column` and `pack_into` & their tests
Vindaar
committed
6a182fd
View commit details
Copy full SHA for 6a182fd
Browse repository at this point
annotate `unpack_array` for loop with needless_range_loop
Show description for 026bf3b
Vindaar
committed
026bf3b
View commit details
Copy full SHA for 026bf3b
Browse repository at this point
put input / output layout doc comment for `unpack_array` back
Show description for 6faeaff
Vindaar
committed
6faeaff
View commit details
Copy full SHA for 6faeaff
Browse repository at this point
remove comment about test section
Vindaar
committed
d062347
View commit details
Copy full SHA for d062347
Browse repository at this point
use clippy too_many_lines for `compute_tree_leaves`
Vindaar
committed
83a8a3c
View commit details
Copy full SHA for 83a8a3c
Browse repository at this point
use chunked iterator for assignment of packed chains
Vindaar
committed
755292b
View commit details
Copy full SHA for 755292b
Browse repository at this point
Commits on Dec 17, 2025
fix `level` passed to `tree_tweak` in default impl
Vindaar
committed
99cbaf5
View commit details
Copy full SHA for 99cbaf5
Browse repository at this point
add doc comments for compute_tree_layer and poseidon override
Vindaar
committed
9571be3
View commit details
Copy full SHA for 9571be3
Browse repository at this point
You can’t perform that action at this time.