refactor: rename project from dgray.io to kashilo.com
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
* derived from the user's UUID via PBKDF2.
|
||||
*/
|
||||
|
||||
const STORAGE_KEY = 'dgray_keypair'
|
||||
const SALT_KEY = 'dgray_keypair_salt'
|
||||
const LISTING_KEYS_STORAGE = 'dgray_listing_keys'
|
||||
const STORAGE_KEY = 'kashilo_keypair'
|
||||
const SALT_KEY = 'kashilo_keypair_salt'
|
||||
const LISTING_KEYS_STORAGE = 'kashilo_listing_keys'
|
||||
|
||||
class CryptoService {
|
||||
constructor() {
|
||||
|
||||
Reference in New Issue
Block a user