mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
Use SIMD base64 everywhere
This commit is contained in:
parent
744ad7438c
commit
3d8a2fbb4f
16 changed files with 34 additions and 22 deletions
|
|
@ -4,9 +4,10 @@ package secrets
|
|||
|
||||
import (
|
||||
"crypto/rand"
|
||||
"encoding/base64"
|
||||
"encoding/hex"
|
||||
"fmt"
|
||||
|
||||
"github.com/emmansun/base64"
|
||||
)
|
||||
|
||||
var _ = fmt.Print
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue