Skip to content

Commit e7ae804

Browse files
committed
SM Ciphers: Reference the GitHub repository to get implementation
wolfsm is public and we can point people to repository.
1 parent 71f9162 commit e7ae804

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

wolfcrypt/src/sm2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#ifdef WOLFSSL_SM2
99

10-
#error "Contact wolfSSL to get the implementation of this file"
10+
#error "See https://github.com/wolfSSL/wolfsm for implementation of this file"
1111

1212
#endif
1313

wolfcrypt/src/sm3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#ifdef WOLFSSL_SM3
99

10-
#error "Contact wolfSSL to get the implementation of this file"
10+
#error "See https://github.com/wolfSSL/wolfsm for implementation of this file"
1111

1212
#endif
1313

wolfcrypt/src/sm3_asm.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#ifdef WOLFSSL_SM3
99

10-
#error "Contact wolfSSL to get the implementation of this file"
10+
#error "See https://github.com/wolfSSL/wolfsm for implementation of this file"
1111

1212
#endif
1313

wolfcrypt/src/sm4.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#ifdef WOLFSSL_SM4
99

10-
#error "Contact wolfSSL to get the implementation of this file"
10+
#error "See https://github.com/wolfSSL/wolfsm for implementation of this file"
1111

1212
#endif
1313

wolfssl/wolfcrypt/sm2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
#ifdef WOLFSSL_SM2
33

4-
#error "Contact wolfSSL to get the implementation of this file"
4+
#error "See https://github.com/wolfSSL/wolfsm for implementation of this file"
55

66
#endif
77

wolfssl/wolfcrypt/sm3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
#ifdef WOLFSSL_SM3
33

4-
#error "Contact wolfSSL to get the implementation of this file"
4+
#error "See https://github.com/wolfSSL/wolfsm for implementation of this file"
55

66
#endif
77

wolfssl/wolfcrypt/sm4.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
#ifdef WOLFSSL_SM4
33

4-
#error "Contact wolfSSL to get the implementation of this file"
4+
#error "See https://github.com/wolfSSL/wolfsm for implementation of this file"
55

66
#endif
77

0 commit comments

Comments
 (0)