Skip to content

Commit 98a3e36

Browse files
committed
docs: update cross-language section to all 6 SDKs
1 parent ebf0a99 commit 98a3e36

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
@@ -59,18 +59,21 @@ const decrypted = c.access(encrypted);
5959

6060
## Cross-Language Compatible
6161

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

6464
```
6565
Input: 123-45-6789
6666
Java: T01i6J-xF-07pX
6767
Rust: T01i6J-xF-07pX
6868
Node: T01i6J-xF-07pX
69+
Python: T01i6J-xF-07pX
70+
Go: T01i6J-xF-07pX
71+
.NET: T01i6J-xF-07pX
6972
```
7073

7174
## Status
7275

73-
Alpha. API is unstable. Cross-language test vectors validated against Java and Rust implementations.
76+
Alpha. API is unstable. Cross-language test vectors validated against Java, Rust, Python, Go, and .NET implementations.
7477

7578
## License
7679

0 commit comments

Comments
 (0)