MCPcopy Create free account
hub / github.com/Barre/compact_log / create_test_algorithm

Function create_test_algorithm

src/validation/tbs_extractor.rs:261–266  ·  view source on GitHub ↗

Helper function to create test ECDSA algorithm identifier

()

Source from the content-addressed store, hash-verified

259
260 // Helper function to create test ECDSA algorithm identifier
261 fn create_test_algorithm() -> AlgorithmIdentifierOwned {
262 AlgorithmIdentifierOwned {
263 oid: ECDSA_WITH_SHA256_OID,
264 parameters: None,
265 }
266 }
267
268 // Helper function to create a basic certificate
269 fn create_basic_certificate(subject: &str, issuer: &str) -> Certificate {

Callers 1

create_basic_certificateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected