commit | 6b798b9dae0c2690f4dd74d9a52f81addf861f02 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Fri Aug 14 11:18:30 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Mon Sep 07 12:43:10 2015 +0200 |
tree | bb37c8caf51a181a98af471aea14637e107360ad | |
parent | e0ad57b0b3bf0b520f177ddc2ba21afe8e1b3933 [diff] [blame] |
Tune up some comments
diff --git a/library/ecjpake.c b/library/ecjpake.c index 84dce04..987c7e3 100644 --- a/library/ecjpake.c +++ b/library/ecjpake.c
@@ -20,8 +20,8 @@ */ /* - * We implement EC-JPAKE as defined in Chapter 7.4 of the Thread v1.0 - * Specification. References below are to this document. + * References in the code are to the Thread v1.0 Specification, + * available from the Thread Group http://threadgroup.org/ */ #if !defined(MBEDTLS_CONFIG_FILE)