Skip to content

Commit f1c1c4d

Browse files
Updated snippet
1 parent a3a43d5 commit f1c1c4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ If the data that needs to be encrypted is too large for your RAM to encrypt all
134134
135135
Encryption:
136136
```kotlin
137+
// TODO: initialize and register user (see EThree.initialize and EThree#register)
138+
139+
// Listener for keys lookup
137140
val lookupKeysListener =
138141
object : OnResultListener<LookupResult> {
139142
override fun onSuccess(result: LookupResult) {

0 commit comments

Comments
 (0)