Use SIMD base64 everywhere

This commit is contained in:
Kovid Goyal 2026-04-21 11:56:55 +05:30
parent 744ad7438c
commit 3d8a2fbb4f
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
16 changed files with 34 additions and 22 deletions

View file

@ -4,9 +4,10 @@ package secrets
import (
"crypto/rand"
"encoding/base64"
"encoding/hex"
"fmt"
"github.com/emmansun/base64"
)
var _ = fmt.Print