1In accourdance to our standing rules, the following identifiers have been
2allocated for your proposal "ChaCha20 and Poly1305".
3
4Key types:
5
6 #define CKK_CHACHA20 0x00000033UL
7 #define CKK_POLY1305 0x00000034UL
8
9Mechanisms:
10
11 #define CKM_CHACHA20_KEY_GEN 0x00001225UL
12 #define CKM_CHACHA20         0x00001226UL
13 #define CKM_POLY1305_KEY_GEN 0x00001227UL
14 #define CKM_POLY1305         0x00001228UL
15
16This represents the following changes to your original proposal:
17    CKK_CHACHA20 was changed to 0x33 because the proposed 0x2a
18     conflicted with CKK_RIPEMD160_HMAC
19    CKK_POLY1305 was changed to 0x34 because the proposed 0x2b
20     conflicted with CKK_SHA256_HMAC
21
22Please update your spec before sending it to ballot.
23