# Test vectors for key derivation
# title: trimmed-string
# version: integer (version of format)
# password: string (any length)
# salt_hex: hex-string
# key_hex: hex-string

#
# Version 3 vectors
#

title:      One byte
version:    3
password:   a
salt_hex:	  0102030405060708
key_hex:  	fc632b0c a6b23eff 9a9dc3e0 e585167f 5a328916 ed19f835 58be3ba9 828797cd

title:      Short password
version:    3
password:   thepassword
salt_hex:	  0203040506070801
key_hex:  	0ea84f52 52310dc3 e3a7607c 33bfd1eb 580805fb 68293005 da21037c cf499626

title:      Passphrase
version:    3
password:   this is a bit longer password
salt_hex:	  0304050607080102
key_hex:  	71343acb 1e9675b0 16ac65dc fe5ddac2 e57ed9c3 5565fdbb 2dd6d2ce fe263d5b

title:      Long passphrase
version:    3
password:   $$$it was the epoch of belief, it was the epoch of incredulity; it was the season of Light, it was the season of Darkness; it was the spring of hope, it was the winter of despair; we had everything before us, we had nothing before us; we were all going directly to Heaven, we were all going the other way.
salt_hex:	  0405060708010203
key_hex:  	11b52c50 cbf45be6 a636a314 2b8c30b8 5a624481 4a7d43e3 7457f38d e46c6735

title:      Multibyte
version:    3
password:   中文密码
salt_hex:	  0506070801020304
key_hex:  	d2fc3237 d4a69668 ca83d969 c2cda1ac 6c368479 2b6644b1 a90b2052 007215dd

title:      Mixed language
version:    3
password:   中文密码 with a little English, too.
salt_hex:	  0607080102030405
key_hex:  	46bda5f4 65982a47 40c728bc 14c5de5c c7fc4eea f0aa41bb 9b9e8495 452dafff
