|
20 | 20 |
|
21 | 21 | ## Implementations
|
22 | 22 |
|
23 |
| -| Language | Confirmed Compatible with Spec Version | Minimum Version Confirmed | Implementation | |
24 |
| -| ---------- | -------------------------------------- | ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | |
25 |
| -| C | 0.1.0 | n/a | [cipher.c](https://github.com/awslabs/aws-encryption-sdk-c/blob/master/source/cipher.c) | |
26 |
| -| NodeJS | 0.1.0 | n/a | [node_algorithms.ts](https://github.com/awslabs/aws-encryption-sdk-javascript/blob/master/modules/material-management/src/node_algorithms.ts) | |
27 |
| -| Browser JS | 0.1.0 | n/a | [web_crypto_algorithms.ts](https://github.com/awslabs/aws-encryption-sdk-javascript/blob/master/modules/material-management/src/web_crypto_algorithms.ts) | |
28 |
| -| Python | 0.1.0 | n/a | [identifiers.py](https://github.com/aws/aws-encryption-sdk-python/blob/master/src/aws_encryption_sdk/identifiers.py) | |
29 |
| -| Java | 0.1.0 | n/a | [CryptoAlgorithm.java](https://github.com/aws/aws-encryption-sdk-java/blob/master/src/main/java/com/amazonaws/encryptionsdk/CryptoAlgorithm.java) | |
30 |
| -| Java | 0.1.0 | n/a | [AlgorithmSuites.dfy](https://github.com/aws/aws-encryption-sdk-dafny/blob/mainline/src/AwsCryptographicMaterialProviders/AlgorithmSuites.dfy) | |
| 23 | +| Language | Confirmed Compatible with Spec Version | Minimum Version Confirmed | Implementation | |
| 24 | +| ---------- | -------------------------------------- | ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| 25 | +| C | 0.1.0 | n/a | [cipher.c](https://github.com/awslabs/aws-encryption-sdk-c/blob/master/source/cipher.c) | |
| 26 | +| NodeJS | 0.1.0 | n/a | [node_algorithms.ts](https://github.com/awslabs/aws-encryption-sdk-javascript/blob/master/modules/material-management/src/node_algorithms.ts) | |
| 27 | +| Browser JS | 0.1.0 | n/a | [web_crypto_algorithms.ts](https://github.com/awslabs/aws-encryption-sdk-javascript/blob/master/modules/material-management/src/web_crypto_algorithms.ts) | |
| 28 | +| Python | 0.1.0 | n/a | [identifiers.py](https://github.com/aws/aws-encryption-sdk-python/blob/master/src/aws_encryption_sdk/identifiers.py) | |
| 29 | +| Java | 0.1.0 | n/a | [CryptoAlgorithm.java](https://github.com/aws/aws-encryption-sdk-java/blob/master/src/main/java/com/amazonaws/encryptionsdk/CryptoAlgorithm.java) | |
| 30 | +| Dafny | 0.1.0 | n/a | [AlgorithmSuites.dfy](https://github.com/aws/aws-encryption-sdk-dafny/blob/mainline/src/AwsCryptographicMaterialProviders/AlgorithmSuites.dfy) | |
| 31 | +| Java | 0.3.0 | 0.3.0 | [AlgorithmSuite.java](https://github.com/aws/amazon-s3-encryption-client-java/blob/main/src/main/java/software/amazon/encryption/s3/algorithms/AlgorithmSuite.java) | |
31 | 32 |
|
32 | 33 | ## Overview
|
33 | 34 |
|
|
0 commit comments