You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation for EcdhPrivateKey.deriveBits could have bullet point list mentining the maximum length of bits that can be derived from each curve.
Example
[length] specifies the length of the derived secret in bits. The maximum length depends on the [EllipticCurve] used in the keys:
...
*[EllipticCurve.p521] can provide up to 528 bits.
Documentation for
EcdhPrivateKey.deriveBits
could have bullet point list mentining the maximum length of bits that can be derived from each curve.Example
See:
webcrypto.dart/lib/src/webcrypto/webcrypto.ecdh.dart
Lines 185 to 205 in b295d8d
The text was updated successfully, but these errors were encountered: