package
0.0.0-20150304025918-53f62d9b43e8
Repository: https://github.com/btcsuite/golangcrypto.git
Documentation: pkg.go.dev

# Functions

ScalarBaseMult sets dst to the product in*base where dst and base are the x coordinates of group points, base is the standard generator and all values are in little-endian form.
ScalarMult sets dst to the product in*base where dst and base are the x coordinates of group points and all values are in little-endian form.