docs(crypto): tweak package docs format

This commit is contained in:
Steve Moyer
2026-01-05 08:58:11 -05:00
parent 0c299ec431
commit 92c7750902

View File

@@ -1,4 +1,4 @@
// This crypto package is a thin ergonomic layer on top of the normal golang crypto packages or `x/crypto`.
// Package crypto is a thin ergonomic layer on top of the normal golang crypto packages or `x/crypto`.
//
// It aims to solve the following problems with the standard crypto packages:
// - different algorithms have different APIs and ergonomics, which makes it hard to use them interchangeably