Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCrypto/utils
/ default
Function
default
ctutils/src/ct_option.rs:724–726 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
722
723
#[test]
724
fn default() {
725
assert!(NONE.ct_eq(&CtOption::default()).to_bool());
726
}
727
728
#[test]
729
fn expect_some() {
Callers
15
keccak_test
Function · 0.85
default
Method · 0.85
default
Method · 0.85
try_new
Method · 0.85
pad_with_zeros
Method · 0.85
serialize
Method · 0.85
deserialize
Method · 0.85
test_eager_digest
Function · 0.85
test_lazy_digest
Function · 0.85
digest_pad_combinations
Function · 0.85
test_read
Function · 0.85
test_eager_serialize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected