You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unexport HashLogRoot. Verify with VerifySignedLogRoot. (google#1042)
* SignedLogRoot <-> VerifySignedLogRoot
SignLogRoot should produce a *trillian.SignedLogRoot
VerifyLogRoot should verify a *trillian.SignedLogRoot
This prevents clients from needing to parse the SignedLogRoot object
themslves. It also provides a single API point to maintain.
VerifySignedLogRoot will produce a *trillian.SignedLogRoot.
The idea is the force clients to only use data that has been returned
from a successful verification.
* Unexport HashLogRoot
* reviewer edits