| 1139 | } |
| 1140 | |
| 1141 | static void encode_d(u5 **data, const char *description) |
| 1142 | { |
| 1143 | push_field(data, 'd', description, strlen(description) * CHAR_BIT); |
| 1144 | } |
| 1145 | |
| 1146 | static void encode_h(u5 **data, const struct sha256 *hash) |
| 1147 | { |
no test coverage detected