Skip to content

Commit 704045b

Browse files
committed
docs: update cross-language section to all 6 SDKs
1 parent ed0adc6 commit 704045b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,21 @@ String decrypted = c.access(encrypted);
5454

5555
## Cross-Language Compatible
5656

57-
Java, Rust, and Node produce identical output for the same inputs:
57+
All six SDKs produce identical output for the same inputs:
5858

5959
```
6060
Input: 123-45-6789
6161
Java: T01i6J-xF-07pX
6262
Rust: T01i6J-xF-07pX
6363
Node: T01i6J-xF-07pX
64+
Python: T01i6J-xF-07pX
65+
Go: T01i6J-xF-07pX
66+
.NET: T01i6J-xF-07pX
6467
```
6568

6669
## Status
6770

68-
Alpha. API is unstable. Cross-language test vectors validated against Rust and Node implementations.
71+
Alpha. API is unstable. Cross-language test vectors validated against Rust, Node, Python, Go, and .NET implementations.
6972

7073
## License
7174

0 commit comments

Comments
 (0)