Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 2 additions & 1 deletion cmov/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ and CSEL on AArch64.
version = "0.3.1"
authors = ["RustCrypto Developers"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/RustCrypto/utils/tree/master/cmov"
homepage = "https://github.com/RustCrypto/utils/tree/master/cmov"
repository = "https://github.com/RustCrypto/utils"
categories = ["cryptography", "hardware-support", "no-std"]
keywords = ["crypto", "intrinsics"]
readme = "README.md"
Expand Down
3 changes: 2 additions & 1 deletion fiat-constify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ them as `const fn`
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/fiat-constify"
repository = "https://github.com/RustCrypto/utils/tree/master/fiat-constify"
homepage = "https://github.com/RustCrypto/utils/tree/master/fiat-constify"
repository = "https://github.com/RustCrypto/utils"
categories = ["cryptography"]
keywords = ["fiat-crypto", "field"]
readme = "README.md"
Expand Down