From ebbd39d7f0d520b011131add2d2f0ef0e6c33b44 Mon Sep 17 00:00:00 2001 From: Daniel H Date: Thu, 5 Sep 2019 10:40:08 +0100 Subject: [PATCH 1/2] Fixed typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acdcd92..0a6951a 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ When contributing, please follow the following (common-sense) steps: - If you are after a 1-5 line fix, you might ignore this. - In the pull-request explain the high-level goal and your approach. That provides valuable context. - Convince others (and yourself) that the change is safe and sound. - - Run `./gradlew connectedAndroidTest` and manually test the APK in release configuration using `./gradlew installDebug`. + - Run `./gradlew connectedAndroidTest` and manually test the APK in release configuration using `./gradlew installRelease`. ## Sample app 📱 From 7e8021b3348c95232128d8f786fab3a84b7931c4 Mon Sep 17 00:00:00 2001 From: Daniel H Date: Mon, 4 Nov 2019 14:11:55 +0000 Subject: [PATCH 2/2] Added BibTex snippet --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 0a6951a..24aa72b 100644 --- a/README.md +++ b/README.md @@ -79,3 +79,16 @@ When contributing, please follow the following (common-sense) steps: The repository comes with a sample app that you can install both in debug and release configuration. Just run `./gradlew installDebug` or `./gradlew installRelease` respectively. + +## Reference/BibText 📚 + +If you want to reference Argon2Kt in documentation or articles, feel free to use this suggested BibTex snippet: + +``` +@misc{hugenroth2019argon2kt, + author={{Daniel Hugenroth}}, + title={Argon2Kt}, + year={2019}, + url={https://github.com/lambdapioneer/argon2kt}, +} +```