From c813d17595d583e92f1a36cb2d6775863ff63510 Mon Sep 17 00:00:00 2001 From: h345983745 Date: Tue, 26 Mar 2019 19:13:00 +0000 Subject: [PATCH] Fixed Author Tags --- src/core/operations/BLAKE2b.mjs | 2 +- src/core/operations/BLAKE2s.mjs | 2 +- tests/operations/tests/BLAKE2b.mjs | 2 +- tests/operations/tests/BLAKE2s.mjs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/core/operations/BLAKE2b.mjs b/src/core/operations/BLAKE2b.mjs index e5bda30e..a7cd9b51 100644 --- a/src/core/operations/BLAKE2b.mjs +++ b/src/core/operations/BLAKE2b.mjs @@ -1,5 +1,5 @@ /** - * @author h [h] + * @author h345983745 * @copyright Crown Copyright 2019 * @license Apache-2.0 */ diff --git a/src/core/operations/BLAKE2s.mjs b/src/core/operations/BLAKE2s.mjs index b5b8ed55..a8237397 100644 --- a/src/core/operations/BLAKE2s.mjs +++ b/src/core/operations/BLAKE2s.mjs @@ -1,5 +1,5 @@ /** - * @author h [h] + * @author h345983745 * @copyright Crown Copyright 2019 * @license Apache-2.0 */ diff --git a/tests/operations/tests/BLAKE2b.mjs b/tests/operations/tests/BLAKE2b.mjs index 9a4c211e..41d47f23 100644 --- a/tests/operations/tests/BLAKE2b.mjs +++ b/tests/operations/tests/BLAKE2b.mjs @@ -1,7 +1,7 @@ /** * BitwiseOp tests * - * @author n1474335 [n1474335@gmail.com] + * @author h345983745 * @copyright Crown Copyright 2017 * @license Apache-2.0 */ diff --git a/tests/operations/tests/BLAKE2s.mjs b/tests/operations/tests/BLAKE2s.mjs index e08996ad..092ac29c 100755 --- a/tests/operations/tests/BLAKE2s.mjs +++ b/tests/operations/tests/BLAKE2s.mjs @@ -1,7 +1,7 @@ /** * BitwiseOp tests * - * @author n1474335 [n1474335@gmail.com] + * @author h345983745 * @copyright Crown Copyright 2017 * @license Apache-2.0 */