mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Update vendor dependencies
This commit is contained in:
parent
34a3fe426b
commit
459bb4531f
747 changed files with 89857 additions and 39711 deletions
2
vendor/golang.org/x/crypto/xtea/block.go
generated
vendored
2
vendor/golang.org/x/crypto/xtea/block.go
generated
vendored
|
@ -50,7 +50,7 @@ func encryptBlock(c *Cipher, dst, src []byte) {
|
|||
uint32ToBlock(v0, v1, dst)
|
||||
}
|
||||
|
||||
// decryptBlock decrypt a single 8 byte block using XTEA.
|
||||
// decryptBlock decrypts a single 8 byte block using XTEA.
|
||||
func decryptBlock(c *Cipher, dst, src []byte) {
|
||||
v0, v1 := blockToUint32(src)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue