feat(core): add embedded v2 session runtime and tool foundation (#30632)
This commit is contained in:
@@ -4,4 +4,8 @@ export namespace Hash {
|
||||
export function fast(input: string | Buffer): string {
|
||||
return createHash("sha1").update(input).digest("hex")
|
||||
}
|
||||
|
||||
export function sha256(input: string | Buffer): string {
|
||||
return createHash("sha256").update(input).digest("hex")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user