"\x57\x78\x8e\x6f\xae\x90\xfc\x31"
                          "\x09\x7c\xfc",
                .len    = 91,
-       }, { /* Taken from the ChaCha20 test vectors, appended 16 random bytes
-               to nonce, and recomputed the ciphertext with libsodium */
+       }, { /* Taken from the ChaCha20 test vectors, appended 12 random bytes
+               to the nonce, zero-padded the stream position from 4 to 8 bytes,
+               and recomputed the ciphertext using libsodium's XChaCha20 */
                .key    = "\x00\x00\x00\x00\x00\x00\x00\x00"
                          "\x00\x00\x00\x00\x00\x00\x00\x00"
                          "\x00\x00\x00\x00\x00\x00\x00\x00"
                          "\x03\xdc\xf8\x2b\xc1\xe1\x75\x67"
                          "\x23\x7b\xe6\xfc\xd4\x03\x86\x54",
                .len    = 64,
-       }, { /* Taken from the ChaCha20 test vectors, appended 16 random bytes
-               to nonce, and recomputed the ciphertext with libsodium */
+       }, { /* Derived from a ChaCha20 test vector, via the process above */
                .key    = "\x00\x00\x00\x00\x00\x00\x00\x00"
                          "\x00\x00\x00\x00\x00\x00\x00\x00"
                          "\x00\x00\x00\x00\x00\x00\x00\x00"
                .np     = 3,
                .tap    = { 375 - 20, 4, 16 },
 
-       }, { /* Taken from the ChaCha20 test vectors, appended 16 random bytes
-               to nonce, and recomputed the ciphertext with libsodium */
+       }, { /* Derived from a ChaCha20 test vector, via the process above */
                .key    = "\x1c\x92\x40\xa5\xeb\x55\xd3\x8a"
                          "\xf3\x33\x88\x86\x04\xf6\xb5\xf0"
                          "\x47\x39\x17\xc1\x40\x2b\x80\x09"
                          "\x65\x03\xfa\x45\xf7\x9e\x53\x7a"
                          "\x99\xf1\x82\x25\x4f\x8d\x07",
                .len    = 127,
-       }, { /* Taken from the ChaCha20 test vectors, appended 16 random bytes
-               to nonce, and recomputed the ciphertext with libsodium */
+       }, { /* Derived from a ChaCha20 test vector, via the process above */
                .key    = "\x1c\x92\x40\xa5\xeb\x55\xd3\x8a"
                          "\xf3\x33\x88\x86\x04\xf6\xb5\xf0"
                          "\x47\x39\x17\xc1\x40\x2b\x80\x09"