7 lines
130 B
Haxe
7 lines
130 B
Haxe
package node.crypto.webcrypto;
|
|
|
|
typedef HmacKeyAlgorithm = {
|
|
var hash : KeyAlgorithm;
|
|
var length : Float;
|
|
var name : String;
|
|
}; |