Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
# On Linux (CI/Docker) this is handled by the system clang package.
DYLD_LIBRARY_PATH = { value = "/opt/homebrew/opt/llvm/lib", condition = { os = ["macos"] }, force = false }
LIBCLANG_PATH = { value = "/opt/homebrew/opt/llvm/lib", condition = { os = ["macos"] }, force = false }
# ML-KEM 768 + Dilithium keys are large (~10KB combined), need larger stack for debug builds
RUST_MIN_STACK = "8388608"
Loading
Loading