mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
std: remove std.crypto.Certificate.Parsed.pubKeySigAlgo method (#23811)
This commit is contained in:
parent
56fad6a195
commit
cc1475c91d
1 changed files with 0 additions and 4 deletions
|
|
@ -223,10 +223,6 @@ pub const Parsed = struct {
|
|||
return p.slice(p.pub_key_slice);
|
||||
}
|
||||
|
||||
pub fn pubKeySigAlgo(p: Parsed) []const u8 {
|
||||
return p.slice(p.pub_key_signature_algorithm_slice);
|
||||
}
|
||||
|
||||
pub fn message(p: Parsed) []const u8 {
|
||||
return p.slice(p.message_slice);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue