Skip to content

Commit

Permalink
Adding how to use Facebook's Stark lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
simsekgokhan committed Jun 2, 2024
1 parent 6b7c9ed commit 44fb22d
Show file tree
Hide file tree
Showing 4 changed files with 881 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ serde_cbor = "0.8"
serde_derive = "1"
serde_json = "1"
tokio = { version = "1.23.0", features = ["full"] }
winterfell = "=0.9.0"

[dev-dependencies]
assert_unordered = "0.3"
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ mod traits_same_name_fn_call;
mod traits_supertraits;
mod utils;
mod variadic;
mod zk_facebook_winterfell;

// re-exports
use crate::utils::print_type_of;
Loading

2 comments on commit 44fb22d

@eliasdiek
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@simsekgokhan hey , I'm looking for someone with your stack to work on our platform . are you up for a freelance or full time role ? contact me on telegram @eliasdiek or via email at [email protected]

@gsimsekfb
Copy link

@gsimsekfb gsimsekfb commented on 44fb22d Jul 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eliasdiek Hey, just sent an email.

Please sign in to comment.