summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-31 15:31:40 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-31 15:31:40 -0400
commitcf6d50ad062aa17de30f88df828a9f526adde74b (patch)
treea788cc08e9b3e56c8a73ea4c9e358b37c7a284ff
parentec8a0f03e2a61cc711c5c07c2e4617423e1eefc8 (diff)
downloadkeysafe-cf6d50ad062aa17de30f88df828a9f526adde74b.tar.gz
wording
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b7db3a3..5e3109e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,7 +4,7 @@ keysafe (0.20160820) UNRELEASED; urgency=medium
* Removed embedded copy of secret-sharing library, since finite-field
only supports prime fields. This caused shares to be twice the size of
the input value.
- * Reduced object size to 32kb due to share size doubling.
+ * Reduced chunk size to 32kb due to share size doubling.
* Fix gpg secret key list parser to support gpg 2.
* Tuned argon2 hash parameters on better hardware than my fanless laptop.
* Improve time estimates, taking into account the number of cores.