authorgravatar for iodizon@163.comHydroH <iodizon@163.com> 2025-05-16 06:21:25+08:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2025-05-16 00:21:25+02:00
logcc1475c91da6005d72192b426e8b9ec6db7a3f74
treeed220df9e36c2c188833ab48f2cd935090d0aed0
parent56fad6a19554b83f54c3cdf12b93510546346068
signaturebadge-check Signed by PGP key B5690EEEBB952194

std: remove `std.crypto.Certificate.Parsed.pubKeySigAlgo` method (#23811)


1 files changed, 0 insertions(+), 4 deletions(-)

lib/std/crypto/Certificate.zig-4
......@@ -223,10 +223,6 @@ pub const Parsed = struct {
223223 return p.slice(p.pub_key_slice);
224224 }
225225
226 pub fn pubKeySigAlgo(p: Parsed) []const u8 {
227 return p.slice(p.pub_key_signature_algorithm_slice);
228 }
229
230226 pub fn message(p: Parsed) []const u8 {
231227 return p.slice(p.message_slice);
232228 }