Our JS lib uses the browser'sSubtleCrypto feature, which allows us to set a private key once and use it to sign things safely, without allowing anyone to ever extract that key. There exist ways in which we can bring this to utilize similar features on OS's (android, macOS, etc)
Our JS lib uses the browser's
SubtleCryptofeature, which allows us to set a private key once and use it to sign things safely, without allowing anyone to ever extract that key. There exist ways in which we can bring this to utilize similar features on OS's (android, macOS, etc)