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
.
zkcrypto
/
ff
Public
Notifications
You must be signed in to change notification settings
Fork
128
Star
258
Code
Issues
19
Pull requests
15
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on May 30, 2026
Merge pull request #130 from zkcrypto/release-0.14.0
Show description for d78afe7
ebfull
authored
d78afe7
View commit details
Copy full SHA for d78afe7
Browse repository at this point
Commits on May 25, 2026
Release 0.14.0
ebfull
committed
8cf62cd
View commit details
Copy full SHA for 8cf62cd
Browse repository at this point
Simplify ident comparison in ff_derive.
ebfull
committed
f8acdbb
View commit details
Copy full SHA for f8acdbb
Browse repository at this point
Improve method documentation for Field::{random,try_random}.
ebfull
committed
cc0272b
View commit details
Copy full SHA for cc0272b
Browse repository at this point
derive test coverage for try_random
ebfull
committed
1bb7b61
View commit details
Copy full SHA for 1bb7b61
Browse repository at this point
CHANGELOG.md clarifications.
ebfull
committed
1831117
View commit details
Copy full SHA for 1831117
Browse repository at this point
Reflect MSRV bump to 1.85 in more locations.
ebfull
committed
f3f232b
View commit details
Copy full SHA for f3f232b
Browse repository at this point
Commits on May 21, 2026
Preview 0.14.0-pre.1
ebfull
committed
67e3e46
View commit details
Copy full SHA for 67e3e46
Browse repository at this point
Update CHANGELOG.md
ebfull
committed
81219f4
View commit details
Copy full SHA for 81219f4
Browse repository at this point
Merge pull request #150 from ebfull/release-0.14.0
Show description for bdd74a3
ebfull
authored
bdd74a3
View commit details
Copy full SHA for bdd74a3
Browse repository at this point
Commits on Mar 21, 2026
ff_derive: update syn, num-bigint, addchain
ebfull
committed
28e1e22
View commit details
Copy full SHA for 28e1e22
Browse repository at this point
Commits on Mar 7, 2026
Merge pull request #151 from tarcieri/rename-try-from-rng-to-try-random
Show description for 9e71cc2
ebfull
authored
9e71cc2
View commit details
Copy full SHA for 9e71cc2
Browse repository at this point
Commits on Feb 26, 2026
Rename `Field::try_from_rng` => `try_random`
Show description for 9b18f64
tarcieri
committed
9b18f64
View commit details
Copy full SHA for 9b18f64
Browse repository at this point
Merge pull request #149 from tarcieri/rand_core/v0.10
Show description for bcd2cfa
str4d
authored
bcd2cfa
View commit details
Copy full SHA for bcd2cfa
Browse repository at this point
Commits on Feb 23, 2026
Bump `rand_core` to v0.10; MSRV 1.85
Show description for dbff4c2
tarcieri
committed
dbff4c2
View commit details
Copy full SHA for dbff4c2
Browse repository at this point
Commits on Apr 17, 2025
Merge pull request #133 from zkcrypto/preview-0.14.0-pre.0
Show description for 866b343
str4d
authored
866b343
View commit details
Copy full SHA for 866b343
Browse repository at this point
Commits on Mar 9, 2025
Preview 0.14.0-pre.0
str4d
committed
2cf95d9
View commit details
Copy full SHA for 2cf95d9
Browse repository at this point
Merge branch 'main' into release-0.14.0
str4d
committed
241caff
View commit details
Copy full SHA for 241caff
Browse repository at this point
Merge pull request #131 from zkcrypto/release-0.13.1
Show description for 41fb01b
str4d
authored
41fb01b
View commit details
Copy full SHA for 41fb01b
Browse repository at this point
Release 0.13.1
str4d
committed
851b0f6
View commit details
Copy full SHA for 851b0f6
Browse repository at this point
Update changelog
str4d
committed
f77b814
View commit details
Copy full SHA for f77b814
Browse repository at this point
Merge pull request #127 from baloo/baloo/try_from_rng
Show description for 1bb6345
str4d
authored
1bb6345
View commit details
Copy full SHA for 1bb6345
Browse repository at this point
adds a `Field::try_from_rng` method
baloo
committed
ae84736
View commit details
Copy full SHA for ae84736
Browse repository at this point
Merge pull request #126 from baloo/baloo/relax-sized-rng
Show description for 6533d75
str4d
authored
6533d75
View commit details
Copy full SHA for 6533d75
Browse repository at this point
relax `Sized` requirements on rng
baloo
committed
1a12c4c
View commit details
Copy full SHA for 1a12c4c
Browse repository at this point
Update lockfile after merging old PRs
str4d
committed
1089bd6
View commit details
Copy full SHA for 1089bd6
Browse repository at this point
Merge pull request #101 from Daniel-Aaron-Bloom/cfg_if
Show description for e9ee111
str4d
authored
e9ee111
View commit details
Copy full SHA for e9ee111
Browse repository at this point
Merge pull request #115 from VictorArcium/make-sqrt-work-for-all-primes
Show description for 1791654
str4d
authored
1791654
View commit details
Copy full SHA for 1791654
Browse repository at this point
Merge pull request #112 from Pratyush/patch-1
Show description for c38e473
str4d
authored
c38e473
View commit details
Copy full SHA for c38e473
Browse repository at this point
Fix various other small typos
Show description for c7ab0cc
str4d
committed
c7ab0cc
View commit details
Copy full SHA for c7ab0cc
Browse repository at this point
Merge pull request #116 from VictorArcium/fix-unnecessary-as-mut
Show description for 9d24f8c
str4d
authored
9d24f8c
View commit details
Copy full SHA for 9d24f8c
Browse repository at this point
Merge pull request #122 from pinkforest/bump-rand-core
Show description for e93ada0
str4d
authored
e93ada0
View commit details
Copy full SHA for e93ada0
Browse repository at this point
Bump rand to 0.9
pinkforest
authored and
str4d
committed
e4bcf3c
View commit details
Copy full SHA for e4bcf3c
Browse repository at this point
Merge pull request #129 from zkcrypto/msrv-1.63
Show description for 7e04cd8
str4d
authored
7e04cd8
View commit details
Copy full SHA for 7e04cd8
Browse repository at this point
Update lockfile to latest MSRV-compatible dependencies
str4d
committed
0958069
View commit details
Copy full SHA for 0958069
Browse repository at this point
Previous
Next
You can’t perform that action at this time.