| 115 | } |
| 116 | |
| 117 | void rune_sha256_add_restr(struct sha256_ctx *shactx, |
| 118 | struct rune_restr *restr) |
| 119 | { |
| 120 | rune_restr_encode(restr, to_sha256, shactx); |
| 121 | rune_sha256_endmarker(shactx); |
| 122 | } |
| 123 | |
| 124 | const char *rune_is_derived(const struct rune *source, const struct rune *rune) |
| 125 | { |
no test coverage detected