-
Notifications
You must be signed in to change notification settings - Fork 315
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1387 from filecoin-project/fr32-subcrate
- Loading branch information
Showing
45 changed files
with
180 additions
and
281 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
[package] | ||
name = "fr32" | ||
version = "0.1.0" | ||
authors = ["dignifiedquire <me@dignifiedquire.com>"] | ||
description = "Filecoin proofs Fr/32-byte conversion tooling" | ||
license = "MIT OR Apache-2.0" | ||
edition = "2018" | ||
repository = "https://github.com/filecoin-project/rust-fil-proofs" | ||
|
||
[dependencies] | ||
anyhow = "1.0.23" | ||
bellperson = { version = "0.12.3", default-features = false } | ||
byte-slice-cast = "1.0.0" | ||
byteorder = "1" | ||
ff = { version = "0.2.3", package = "fff" } | ||
thiserror = "1.0.6" | ||
|
||
[dev-dependencies] | ||
bitvec = "0.17" | ||
criterion = "0.3" | ||
itertools = "0.9" | ||
pretty_assertions = "0.6.1" | ||
rand = "0.7" | ||
rand_xorshift = "0.2.0" | ||
|
||
[features] | ||
default = ["pairing"] | ||
blst = ["bellperson/blst"] | ||
gpu = ["bellperson/gpu"] | ||
pairing = ["bellperson/pairing"] | ||
|
||
[[bench]] | ||
name = "fr" | ||
harness = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
b05ac9d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am new to git hub and I don't know how to contact you but this is the only place I found that I could leave a message. On the FullscreenMario you made how do i put in cheatcodes? like when i am in the game , how do i accese the the consol so i can type in the cheatcodes. i look in your code for the keybinding to open the consle in the game but i cant find it..