Skip to content

Commit e7c2527

Browse files
committed
docs: encoding notes
1 parent 47131ec commit e7c2527

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,7 @@ if (serverIsLegit && clientIsLegit) {
102102
// The shared key can now be used for secure communication
103103
}
104104
```
105+
106+
### Encoding Notes
107+
108+
When transporting data between client and server, you may choose to encode the data in hex, base64 or just utf-8 for big integers. Base64 is recommended for consistency.

0 commit comments

Comments
 (0)