libmd.go 329 B

123456789
  1. // Copyright 2023 The libmd-go Authors. All rights reserved.
  2. // Use of the source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. //go:generate go run generator.go
  5. // Package libmd is a ccgo/v4 version of libmd.a, the BSD Message Digest
  6. // library.
  7. package libmd // import "modernc.org/libmd"