MoonBit sha256: provide simple sha256 hash algorithm.
Dependencies
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.$ moon version --all
moon 0.1.20260920 (914d7da 2026-09-20) ~/.moon/bin/moon
moonc v0.10.14+7d59c7ec9 (2026-09-18) ~/.moon/bin/moonc
moonrun 0.1.20260920 (914d7da 2026-09-20) ~/.moon/bin/moonrun
pub(open) trait HashFunc {
fn name(Self) -> String
fn reset(Self) -> Unit
fn size(Self) -> Int
fn write(Self, Byte) -> Unit
fn check_sum(Self) -> String
}type Digestfn gen_hmac(body : Bytes, client_secret : Bytes) -> StringInstall
Download zipMoonBit sha256: provide simple sha256 hash algorithm.
Dependencies