| ... | ... | @@ -2392,7 +2392,8 @@ pub const Signature = union(enum) { |
| 2392 | 2392 | // https://datatracker.ietf.org/doc/html/rfc9580#section-4 |
| 2393 | 2393 | // https://datatracker.ietf.org/doc/html/rfc9580#signature-packet |
| 2394 | 2394 | // https://datatracker.ietf.org/doc/html/rfc5656 |
| 2395 | | // https://datatracker.ietf.org/doc/html/rfc4253 |
| 2395 | // https://datatracker.ietf.org/doc/html/rfc4253#section-6.6 |
| 2396 | // https://datatracker.ietf.org/doc/html/rfc8709 |
| 2396 | 2397 | pub fn fromReader(kind: NonVoidUnionFieldEnum(Signature), allocator: std.mem.Allocator, b64r: anytype, message: []const u8) !Signature { |
| 2397 | 2398 | if (kind == .pgp) { |
| 2398 | 2399 | var signed_data: nio.AllocatingWriter = .init(allocator); |