save
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import {Key} from '../jwk'
|
||||
|
||||
export type DigestAlgorithm = {
|
||||
name: 'sha256' | 'sha384' | 'sha512'
|
||||
}
|
||||
|
||||
export type {Key}
|
||||
|
||||
export interface CryptoImplementation {
|
||||
createKey(algs: )
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user