The digest is recomputed from the leaf id and server share.
Make a small check value
The toy digest is the leaf id plus the server share, reduced modulo the root modulus.
digest=(leaf+share)modn
Add the two bound values
Leaf id 14 plus server share 19 gives the digest input.
Reduce under the root modulus
Modulo n=55, the digest is 33.
(14+19)mod55=33
Summary
The digest is derived from the leaf and share; it is not accepted from prose.
digest=33