MoonBit md5: provide simple md5 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.20260827 (d0aaa07 2026-08-27) ~/.moon/bin/moon
moonc v0.10.11+8f8e8db1e (2026-08-27) ~/.moon/bin/moonc
moonrun 0.1.20260827 (d0aaa07 2026-08-27) ~/.moon/bin/moonrun
pub(open) trait HashFunc {
fn name(Self) -> String
fn write(Self, Byte) -> Unit
fn check_sum(Self) -> String
}type DigestInstall
Download zipMoonBit md5: provide simple md5 hash algorithm.
Dependencies