SHA256
Миграция PDA на client.key
This commit is contained in:
@@ -71,7 +71,7 @@ async function importAesKeyFromSharedSecret(sharedSecretBytes) {
|
||||
|
||||
function normalizeKeys(keys = {}) {
|
||||
return {
|
||||
deviceKey: String(keys?.deviceKey || '').trim(),
|
||||
clientKey: String(keys?.clientKey || '').trim(),
|
||||
blockchainKey: String(keys?.blockchainKey || '').trim(),
|
||||
rootKey: String(keys?.rootKey || '').trim(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user