| 993 | } |
| 994 | |
| 995 | static void encode_d(u5 **data, const char *description) |
| 996 | { |
| 997 | push_field(data, 'd', description, strlen(description) * CHAR_BIT); |
| 998 | } |
| 999 | |
| 1000 | static void encode_h(u5 **data, const struct sha256 *hash) |
| 1001 | { |
no test coverage detected