This commit is contained in:
number571 2026-05-24 10:04:54 +07:00
parent 2419e66e02
commit 147cd468ac
3 changed files with 22 additions and 5 deletions

View File

@ -2,12 +2,29 @@
<!-- ... -->
## v1.7.16~
## v1.7.17~
*??? ??, ????*
<!-- ... -->
## v1.7.16
*May 24, 2026*
### IMPROVEMENTS
- `pkg/crypto/scheme/layer2`: add IKeysContainer
- `pkg/crypto/scheme/layer2/symmetric`: add symmetric scheme
### CHANGES
- `pkg/crypto/scheme`: move pkg/message/layer1, pkg/message/layer2 -> pkg/crypto/scheme, pkg/crypto/scheme/hybrid
- `pkg/crypto/scheme`: add CMessageHeadSize const
- `pkg/crypto/asymmetric`: delete IMapPubKeys
<!-- ... -->
## v1.7.15
*March 30, 2026*

View File

@ -8,7 +8,7 @@ import (
)
const (
cVersion = "v1.7.15"
cVersion = "v1.7.16"
)
var (

View File

@ -7,7 +7,7 @@
>
<g>
<rect x="20.000000" y="20.000000" width="988.000000" height="600.000000" style="fill: rgb(5, 116, 61);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<rect x="20.000000" y="20.000000" width="988.000000" height="600.000000" style="fill: rgb(4, 116, 61);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<text
data-notex="1"
@ -91,7 +91,7 @@
<g>
<rect x="382.050278" y="357.678049" width="453.650588" height="246.321951" style="fill: rgb(10, 126, 66);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<rect x="382.050278" y="357.678049" width="453.650588" height="246.321951" style="fill: rgb(9, 124, 65);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<text
data-notex="1"
@ -419,7 +419,7 @@
<g>
<rect x="390.050278" y="379.278049" width="207.788706" height="216.721951" style="fill: rgb(24, 149, 78);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<rect x="390.050278" y="379.278049" width="207.788706" height="216.721951" style="fill: rgb(22, 146, 77);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<text
data-notex="1"

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB