5 lines
76 B
Haxe
5 lines
76 B
Haxe
package node.crypto.webcrypto;
|
|
|
|
typedef Algorithm = {
|
|
var name : String;
|
|
}; |