bitwiseshiftleft / sjcl

Stanford Javascript Crypto Library
http://bitwiseshiftleft.github.com/sjcl/
Other
7.18k stars 986 forks source link

Wrong argument list in the documentation of ecc.curve constructor #401

Open cd04 opened 4 years ago

cd04 commented 4 years ago

The constructor takes 6 arguments but the documentation only lists 5 (b is missing).

/**