Skip to content

Commit 3429c98

Browse files
committed
more exposition
1 parent 7841651 commit 3429c98

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/integration-browser/src/build_encrypt_fixtures.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ export async function buildEncryptFixtures (fixtures: string, manifestFile: stri
4444
Object
4545
.keys(plaintexts)
4646
.forEach(name => {
47-
/* https://github.com/awslabs/aws-crypto-tools-test-vector-framework/blob/master/features/0003-awses-message-encryption.md#plaintexts */
47+
/* Generate random bites as per spec.
48+
* See: https://github.com/awslabs/aws-crypto-tools-test-vector-framework/blob/master/features/0003-awses-message-encryption.md#plaintexts
49+
*/
4850
plaintextBytes[name] = randomBytes(10).toString('base64')
4951
})
5052

0 commit comments

Comments
 (0)