Skip to content

Commit

Permalink
[feature] improve code
Browse files Browse the repository at this point in the history
  • Loading branch information
houseme committed Aug 10, 2021
1 parent 99d3205 commit ac5ecca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: GoCrypto CI

on:
push:
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# GoCrypto使用说明

[![Go Reference](https://pkg.go.dev/badge/github.com/houseme/gocrypto.svg)](https://pkg.go.dev/github.com/houseme/gocrypto)
[![GoCrypto CI](https://github.com/houseme/gocrypto/actions/workflows/go.yml/badge.svg)](https://github.com/houseme/gocrypto/actions/workflows/go.yml)
[![GitHub](https://img.shields.io/github/license/houseme/gocrypto)](https://github.com/houseme/gocrypto)
![GitHub go.mod Go version (branch)](https://img.shields.io/github/go-mod/go-version/houseme/gocrypto/main)

## 特别说明
based on https://github.com/farmerx/gorsa,https://github.com/yuchenfw/gocrypt Optimized the following points for packaging:
based on https://github.com/farmerx/gorsa, https://github.com/yuchenfw/gocrypt Optimized the following points for packaging:
- Optimization of public and private keys requires registration and initialization in advance.
- The encryption machine does not perform base64 processing, and avoids secondary encapsulation of base64 during cross-program transfer or storage
- The incoming return uses the string type uniformly to avoid conversion trouble
Expand Down

0 comments on commit ac5ecca

Please sign in to comment.