commit cc1475c91da6005d72192b426e8b9ec6db7a3f74 (tree)
parent 56fad6a19554b83f54c3cdf12b93510546346068
Author: HydroH <iodizon@163.com>
Date: Fri, 16 May 2025 06:21:25 +0800
std: remove `std.crypto.Certificate.Parsed.pubKeySigAlgo` method (#23811)
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/lib/std/crypto/Certificate.zig b/lib/std/crypto/Certificate.zig
@@ -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);
}