Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCrypto/formats
/ data_content.rs
File
data_content.rs
pkcs7/src/data_content.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
//! `data` content type [RFC 5652 § 4](https://datatracker.ietf.org/doc/html/rfc5652#section-4)
2
3
use core::convert::{From, TryFrom};
4
use der::{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected