From 4e193660e644b3fcd23eb9404dafc4a143b07fa2 Mon Sep 17 00:00:00 2001 From: Dmitry Chestnykh Date: Sat, 26 Jul 2014 16:07:51 +0200 Subject: [PATCH] README: add note about encoding implementations. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f7db3ac4..4cc69db5 100644 --- a/README.md +++ b/README.md @@ -314,6 +314,11 @@ different lengths, or their contents differ. ### Utilities +Encoding/decoding functions are provided for convenience. They are correct, +however their performance and wide compatibility with uncommon runtimes is not +something that is considered important compared to the simplicity and size of +implementation. You can use third-party libraries if you need to. + #### nacl.util.decodeUTF8(string) Decodes string and returns `Uint8Array` of bytes.