fix
This commit is contained in:
@@ -18,6 +18,7 @@ export class ReactNativeCryptoImplementation implements CryptoImplementation {
|
||||
bytes: Uint8Array,
|
||||
algorithm: DigestAlgorithm,
|
||||
): Promise<Uint8Array> {
|
||||
console.log(algorithm)
|
||||
return OauthClientReactNative.digest(bytes, algorithm.name)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user