We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94001a commit 3836254Copy full SHA for 3836254
include/psa/crypto_values.h
@@ -974,7 +974,7 @@
974
975
/** The ARC4 stream cipher algorithm.
976
*/
977
-#define PSA_ALG_ARC4 ((psa_algorithm_t)0x04800001)
+#define PSA_ALG_ARC4 ((psa_algorithm_t)0x04800002)
978
979
/** The ChaCha20 stream cipher.
980
*
@@ -986,7 +986,7 @@
986
* The initial block counter is always 0.
987
988
989
-#define PSA_ALG_CHACHA20 ((psa_algorithm_t)0x04800005)
+#define PSA_ALG_CHACHA20 ((psa_algorithm_t)0x04800004)
990
991
/** The CTR stream cipher mode.
992
0 commit comments