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 }}
CipherOcto
/
cipherocto
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
4
Code
Issues
0
Pull requests
15
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Agent/bigint core algorithms
- #29
#29
Merged
mmacedoeu
merged 10 commits into
next
CipherOcto/cipherocto:next
from
agent/bigint-core-algorithms
CipherOcto/cipherocto:agent/bigint-core-algorithms
Copy head branch name to clipboard
Mar 16, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Agent/bigint core algorithms
#29
mmacedoeu
merged 10 commits into
next
CipherOcto/cipherocto:next
from
agent/bigint-core-algorithms
CipherOcto/cipherocto:agent/bigint-core-algorithms
Copy head branch name to clipboard
Commits
Commits on Mar 15, 2026
feat(bigint): Phase 1-3 implementation - core algorithms
Show description for 9be37e8
mmacedoeu
committed
9be37e8
View commit details
Copy full SHA for 9be37e8
Browse repository at this point
fix(bigint): Phase 4-5 implementation - conversions, serialization, verification probe
Show description for 78263f3
mmacedoeu
committed
78263f3
View commit details
Copy full SHA for 78263f3
Browse repository at this point
fix(bigint): RFC-0110 bug fixes - Knuth division, borrow/carry, canonicalization
Show description for 8a20b36
mmacedoeu
committed
8a20b36
View commit details
Copy full SHA for 8a20b36
Browse repository at this point
docs(probe): add sentinel vs integer distinction to BigIntProbeValue
Show description for 3a15edd
mmacedoeu
committed
3a15edd
View commit details
Copy full SHA for 3a15edd
Browse repository at this point
Commits on Mar 16, 2026
fix(knuth): D4 i128 overflow using two-pass u128 arithmetic
Show description for 620b314
mmacedoeu
committed
620b314
View commit details
Copy full SHA for 620b314
Browse repository at this point
fix(rfc): RFC-0110 v2.13 - Entry 1, DIV iteration, j=0 special case
Show description for b0ec7d3
mmacedoeu
committed
b0ec7d3
View commit details
Copy full SHA for b0ec7d3
Browse repository at this point
fix(rfc): Update version to v2.13
Show description for 3c8c828
mmacedoeu
committed
3c8c828
View commit details
Copy full SHA for 3c8c828
Browse repository at this point
fix(rust): Stale comments and hashes in bigint.rs and probe.rs
Show description for bffaec9
mmacedoeu
committed
bffaec9
View commit details
Copy full SHA for bffaec9
Browse repository at this point
feat(bigint): Implement string conversions (Display + FromStr)
Show description for 3fb3a43
mmacedoeu
committed
3fb3a43
View commit details
Copy full SHA for 3fb3a43
Browse repository at this point
complete(mission): Mark BigInt Conversions & Serialization as done
Show description for 0ebaf9d
mmacedoeu
committed
0ebaf9d
View commit details
Copy full SHA for 0ebaf9d
Browse repository at this point
You can’t perform that action at this time.