commit | c9c0e06eed439a60df0ef7aa13c0b97e19cdd3a7 | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@golang.org> | Wed Oct 17 14:58:16 2012 -0400 |
committer | Adam Langley <agl@golang.org> | Wed Oct 17 14:58:16 2012 -0400 |
tree | e3db89a347fda85215f78e617dcfc0abf72c7f9d | |
parent | 4ce1924ebb688e3801fbb71192c1edaa2f96adf2 [diff] |
go.crypto/otr: expose IsEncrypted. It's useful to expose this bit of state because, although callers can keep track of it themselves, it's already in the Conversation so it seems wasteful to make them do so. R=golang-dev, ioerror CC=golang-dev https://golang.org/cl/6724056