Skip to content

Commit bfbe06d

Browse files
authored
chore: add S3EC AlgorithmSuite implementation (#260)
* fix a typo
1 parent f33a9f4 commit bfbe06d

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

framework/algorithm-suites.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@
2020

2121
## Implementations
2222

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) |
3132

3233
## Overview
3334

0 commit comments

Comments
 (0)