Documentation ¶
Overview ¶
Package bindiff provides a bidirectional binary patch for pairs of []byte.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCorrupt = errors.New("bindiff: corrupt patch")
ErrCorrupt is the only possible error from functions in this package.
Functions ¶
func Diff ¶
Diff computes the difference between old and new. A granularity of 1 or more combines changes with no greater than that many bytes between them.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.