Skip to content

Commit

Permalink
docs: Add thanks
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Oct 12, 2021
1 parent a81b194 commit f65c71c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ val prefsDataStore = PreferenceDataStoreFactory.createEncrypted(aead) {
}
```

### Thanks

Artem Kulakov (@Fi5t) for his [example][secured-datastore] of DataStore encryption.

## License

[MIT][license]
Expand All @@ -65,3 +69,4 @@ val prefsDataStore = PreferenceDataStoreFactory.createEncrypted(aead) {
[license]: LICENSE

[tink]: https://github.com/google/tink
[secured-datastore]: https://github.com/Fi5t/secured-datastore

0 comments on commit f65c71c

Please sign in to comment.