v0.2.5-pre.004
This commit is contained in:
16
crates/ksp-wallet-lib/tests/fixtures/kspwallet_v1_crypto_vectors.json
vendored
Normal file
16
crates/ksp-wallet-lib/tests/fixtures/kspwallet_v1_crypto_vectors.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"vector_version": 1,
|
||||
"warning": "TEST ONLY. These passwords and keys are public fixtures and MUST NOT be used for a real wallet.",
|
||||
"argon2id_xchacha20poly1305_wrap": {
|
||||
"password_utf8": "kspwallet-pre004-vector-owner",
|
||||
"salt": "AAECAwQFBgcICQoLDA0ODw",
|
||||
"memory_kib": 32,
|
||||
"iterations": 2,
|
||||
"parallelism": 1,
|
||||
"derived_key": "zEky0GdSA4qbfHhMWRHXUcTTGj-nRkMcblqitBW9miU",
|
||||
"content_key": "oKGio6SlpqeoqaqrrK2ur7CxsrO0tba3uLm6u7y9vr8",
|
||||
"nonce": "QEFCQ0RFRkdISUpLTE1OT1BRUlNUVVZX",
|
||||
"aad": "S1NQV0FMTEVULVYxLVBSRTAwNC1XUkFQAA",
|
||||
"wrapped_key": "8SgqlNTyE033pmdv02owxOI3IFgxl0fwu-2ud609ngW_hzmXrrxRldY5YqJ5NW90"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user