Fix mapping values, remove redundant, unused functions

This commit is contained in:
eyedeekay
2024-02-05 10:42:57 -05:00
parent 8d631239b7
commit b0fcf4bc11
22 changed files with 99 additions and 143 deletions

View File

@@ -23,9 +23,7 @@ func (hk HMACKey) xor(p byte) (i []byte) {
return
}
//
// do i2p hmac
//
func I2PHMAC(data []byte, k HMACKey) (d HMACDigest) {
buff := make([]byte, 64+len(data))