Skip to content

Commit

Permalink
POST certifier service
Browse files Browse the repository at this point in the history
  • Loading branch information
poszu committed Nov 2, 2023
1 parent 3cf5917 commit dc9932b
Show file tree
Hide file tree
Showing 14 changed files with 4,180 additions and 40 deletions.
536 changes: 502 additions & 34 deletions Cargo.lock

Large diffs are not rendered by default.

12 changes: 10 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
[workspace]
members = [".", "ffi", "scrypt-ocl", "initializer", "profiler", "service"]
members = [
".",
"ffi",
"scrypt-ocl",
"initializer",
"profiler",
"service",
"certifier",
]

[package]
name = "post-rs"
Expand All @@ -20,7 +28,7 @@ itertools = "0.10.5"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
bytemuck = "1.13.0"
serde_with = { version = "2.2.0", features = ["base64"] }
serde_with = { version = "2.2.0", features = ["base64", "hex"] }

scrypt-jane = { git = "https://github.com/spacemeshos/scrypt-jane-rs", branch = "main" }
blake3 = "1.3.3"
Expand Down
Loading

0 comments on commit dc9932b

Please sign in to comment.