Skip to content

Commit

Permalink
README: add note about encoding implementations.
Browse files Browse the repository at this point in the history
  • Loading branch information
dchest committed Jul 26, 2014
1 parent a4e65c2 commit 4e19366
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 @@ -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.
Expand Down

0 comments on commit 4e19366

Please sign in to comment.