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 }}
githubtesting02
/
chiapos
Public
forked from
Chia-Network/chiapos
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
chiapos
tests
test.cpp
on
main
User selector
All users
All time
Commit history
Commits on Apr 13, 2021
Prevent chiapos prover crashing for bad plots (#205)
Show description for ce6ccc2
mariano54
and
rostislav
authored
ce6ccc2
View commit details
Copy full SHA for ce6ccc2
View code at this point
Browse repository at this point
Commits on Mar 25, 2021
don't fall off the end of the deltas into garbage (#189)
Show description for 1e9c72d
wjblanke
and
mariano54
authored
1e9c72d
View commit details
Copy full SHA for 1e9c72d
View code at this point
Browse repository at this point
Commits on Jan 27, 2021
fix performance issue in BufferedDisk and add tests
arvidn
authored and
hoffmang9
committed
72dae59
View commit details
Copy full SHA for 72dae59
View code at this point
Browse repository at this point
fix whitespace
arvidn
authored and
hoffmang9
committed
2b363e9
View commit details
Copy full SHA for 2b363e9
View code at this point
Browse repository at this point
Commits on Dec 13, 2020
more e option support (#148)
wjblanke
authored
d80edb2
View commit details
Copy full SHA for d80edb2
View code at this point
Browse repository at this point
Commits on Dec 10, 2020
return idx_count for faster speed. thanks arvidn
wjblanke
authored and
hoffmang9
committed
e2cb0ec
View commit details
Copy full SHA for e2cb0ec
View code at this point
Browse repository at this point
fix test
wjblanke
authored and
hoffmang9
committed
8a667a9
View commit details
Copy full SHA for 8a667a9
View code at this point
Browse repository at this point
minor simplification to sort-in-memory test
arvidn
authored and
hoffmang9
committed
491eb2a
View commit details
Copy full SHA for 491eb2a
View code at this point
Browse repository at this point
fix uniform sort to support the key starting at begin_bits (as opposed to the key having to start at bit 0)
arvidn
authored and
hoffmang9
committed
edc66ab
View commit details
Copy full SHA for edc66ab
View code at this point
Browse repository at this point
Commits on Nov 11, 2020
don't use VLA, for C++ conformance
arvidn
authored and
hoffmang9
committed
c27f968
View commit details
Copy full SHA for c27f968
View code at this point
Browse repository at this point
Commits on Nov 9, 2020
additional tests for bitfield_index
arvidn
authored and
hoffmang9
committed
24ed5a7
View commit details
Copy full SHA for 24ed5a7
View code at this point
Browse repository at this point
heap allocate bitfield
arvidn
authored and
hoffmang9
committed
95e0398
View commit details
Copy full SHA for 95e0398
View code at this point
Browse repository at this point
heap allocate sort buffers in SortManager, to support passing it from one phase to the next.
arvidn
authored and
hoffmang9
committed
2581208
View commit details
Copy full SHA for 2581208
View code at this point
Browse repository at this point
introduce abstraction between phase2 and phase3 to allow lazy computation of the tables
arvidn
authored and
hoffmang9
committed
beeec03
View commit details
Copy full SHA for beeec03
View code at this point
Browse repository at this point
speed up bitfield, or at least make it work on compilers that don't optimize vector<bool>
arvidn
authored and
hoffmang9
committed
42dd32c
View commit details
Copy full SHA for 42dd32c
View code at this point
Browse repository at this point
test bitfield
arvidn
authored and
hoffmang9
committed
5c0c0b3
View commit details
Copy full SHA for 5c0c0b3
View code at this point
Browse repository at this point
Commits on Oct 23, 2020
Add extra 7 bytes to buffers passed to Util::SliceInt64FromBytes
Show description for f51fef6
rostislav
authored and
hoffmang9
committed
f51fef6
View commit details
Copy full SHA for f51fef6
View code at this point
Browse repository at this point
Remove unused argument to FxCalculator::CalculateBucket
rostislav
authored and
hoffmang9
committed
377a848
View commit details
Copy full SHA for 377a848
View code at this point
Browse repository at this point
Commits on Oct 14, 2020
Simplify and improve performance of F1 calculation
Show description for fdf543f
rostislav
authored and
hoffmang9
committed
fdf543f
View commit details
Copy full SHA for fdf543f
View code at this point
Browse repository at this point
Commits on Oct 7, 2020
remove functions on the Bits class that are not used or only used by the unit test
arvidn
authored and
hoffmang9
committed
be58cd4
View commit details
Copy full SHA for be58cd4
View code at this point
Browse repository at this point
Commits on Oct 6, 2020
add additional unit tests for the Bits class with a few minor fixes
arvidn
authored and
hoffmang9
committed
98fd798
View commit details
Copy full SHA for 98fd798
View code at this point
Browse repository at this point
add more extensive unit test for SliceInt64FromBytes
arvidn
committed
43e546d
View commit details
Copy full SHA for 43e546d
View code at this point
Browse repository at this point
Commits on Sep 29, 2020
Small buffer for test
mariano54
authored and
hoffmang9
committed
e9a88e6
View commit details
Copy full SHA for e9a88e6
View code at this point
Browse repository at this point
Phase 1 multithreading and fast sort (#65)
Show description for 094f3be
mariano54
and
wjblanke
authored
094f3be
View commit details
Copy full SHA for 094f3be
View code at this point
Browse repository at this point
Commits on Sep 12, 2020
Run clang-format on all source files
Show description for 1f82a10
AWice
committed
1f82a10
View commit details
Copy full SHA for 1f82a10
View code at this point
Browse repository at this point
Commits on Sep 4, 2020
Remove extra argument to Util::SliceInt{64,128}FromBytes
Show description for 657c633
rostislav
authored and
hoffmang9
committed
657c633
View commit details
Copy full SHA for 657c633
View code at this point
Browse repository at this point
Simplify and improve performance of Util::SliceInt128FromBytes
Show description for 648580f
rostislav
authored and
hoffmang9
committed
648580f
View commit details
Copy full SHA for 648580f
View code at this point
Browse repository at this point
Ms.metadata (#58)
Show description for 3ec1501
3 people
authored
3ec1501
View commit details
Copy full SHA for 3ec1501
View code at this point
Browse repository at this point
Commits on Aug 3, 2020
Change return type of Bits::GetValue() to uint64_t
Show description for a994ecd
rostislav
authored and
hoffmang9
committed
a994ecd
View commit details
Copy full SHA for a994ecd
View code at this point
Browse repository at this point
Commits on Jul 24, 2020
Remove AES-related and other unused code
rostislav
authored and
hoffmang9
committed
5f107e6
View commit details
Copy full SHA for 5f107e6
View code at this point
Browse repository at this point
Commits on Jul 14, 2020
Set extraBits=6, B=119, C=127; set format string to "v1.0"
Show description for e962811
rostislav
authored and
hoffmang9
committed
e962811
View commit details
Copy full SHA for e962811
View code at this point
Browse repository at this point
BLAKE3-based F and C functions (WIP)
rostislav
authored and
hoffmang9
committed
c57c0fd
View commit details
Copy full SHA for c57c0fd
View code at this point
Browse repository at this point
tests: Add test of non-existence of 4-cycles
rostislav
authored and
hoffmang9
committed
5a5f667
View commit details
Copy full SHA for 5a5f667
View code at this point
Browse repository at this point
Remove floating point use in tests
rostislav
authored and
hoffmang9
committed
bf0c53d
View commit details
Copy full SHA for bf0c53d
View code at this point
Browse repository at this point
Add support for proving and verifying old AES-based PoS
rostislav
authored and
hoffmang9
committed
ddd2bed
View commit details
Copy full SHA for ddd2bed
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.