mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
Import base85.go into tree
Upstream is not maintained last commit was six years ago and there are various improvements to be had in the code
This commit is contained in:
@@ -10,12 +10,12 @@ import (
|
||||
"crypto/sha256"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"kitty/tools/utils"
|
||||
"strconv"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/jamesruan/go-rfc1924/base85"
|
||||
"kitty/tools/utils"
|
||||
"kitty/tools/utils/base85"
|
||||
)
|
||||
|
||||
func curve25519_key_pair() (private_key []byte, public_key []byte, err error) {
|
||||
|
||||
Reference in New Issue
Block a user