From 0157f5512ba45a2f21e003f6ab0e89ef26ec97ea Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 9 Sep 2015 15:06:11 +0200 Subject: Document GetEntry in design doc. --- doc/design.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/design.txt') diff --git a/doc/design.txt b/doc/design.txt index 7a76c6a..7b41545 100644 --- a/doc/design.txt +++ b/doc/design.txt @@ -81,8 +81,9 @@ Storage node storage before sending a response. * When seeing a new STH, moves the variable start to the index of the first unpublished hash. -* Has a read API FetchNewEntries() which returns - NewEntries[start...length(NewEntries)-1]. +* Has two read API entry points; FetchNewEntries() which returns + NewEntries[start...length(NewEntries)-1] and GetEntry(Hashes) which + returns entries. Signing node -- cgit v1.1