GO-2022-0550: Off-by-one Error in v2fly/v2ray-core in github.com/v2fly/v2ray-core

The highest tagged major version is
v5.
package
Version:
v4.14.1+incompatible
Opens a new window with list of versions in this module.
Published: Feb 6, 2019
License: MIT, BSD-3-Clause, MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Adds 2 64bit digits in constant time.
Returns result and carry (1 or 0)
Substracts 2 64bit digits in constant time.
Returns result and borrow (1 or 0)
type Uint128 struct {
H, L uint64
}
helper used for Uint128 representation
Multiplies 2 64bit digits in constant time
Source Files
¶
Click to show internal directories.
Click to hide internal directories.