Skip to content

Commit

Permalink
javadoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzi2p committed Apr 3, 2024
1 parent 6e7eb3c commit e98d92b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ void searchComplete(Hash key) {
protected final static int MIN_REMAINING_ROUTERS = MIN_RESEED - 10;

/**
* limits for accepting a dbDtore of a router (unless we dont
* limits for accepting a dbStore of a router (unless we don't
* know anyone or just started up) -- see validate() below
*/
private final static long ROUTER_INFO_EXPIRATION = 27*60*60*1000l;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public OneTimeSession(SessionKey key, RatchetSessionTag tag) {

/**
* Create a single key and tag, for receiving a single encrypted message,
* and register it with the client's session key manager, to expire in the time specified.
* and register it with our router's session key manager, to expire in the time specified.
* The recipient can then send us an AES- or ChaCha- encrypted message,
* avoiding full ElGamal or ECIES.
*
Expand Down

0 comments on commit e98d92b

Please sign in to comment.