mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
std: remove std.crypto.Certificate.Parsed.pubKeySigAlgo method (#23811)
This commit is contained in:
parent
56fad6a195
commit
cc1475c91d
@ -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…
x
Reference in New Issue
Block a user