Liking cljdoc? Tell your friends :D
Clojure only.

jdk.security.spec.ECField

This interface represents an elliptic curve (EC) finite field. All specialized EC fields must implements this interface.

This interface represents an elliptic curve (EC) finite field.
All specialized EC fields must implements this interface.
raw docstring

get-field-sizeclj

(get-field-size this)

Returns the field size in bits. Note: For prime finite field ECFieldFp, size of prime p in bits is returned. For characteristic 2 finite field ECFieldF2m, m is returned.

returns: the field size in bits. - int

Returns the field size in bits. Note: For prime finite
 field ECFieldFp, size of prime p in bits is returned.
 For characteristic 2 finite field ECFieldF2m, m is returned.

returns: the field size in bits. - `int`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close