L-notation
Encyclopedia : L : LN : LNO : L-notation
The L-notation is widely used to express the computational complexity of an algorithm. By definition
- [L_n[alpha, c] = O(e^)})],
When
- [\alpha]
- [L_n[0, c]]
- [L_n[1, c]]
Example
For the elliptic curve discrete log problem, the fastest general purpose algorithm is the baby step giant step algorithm, which has a running time on the order of the square-root of the group order n. In L-notation this would be
- [L_n[1, frac] = O(n^})].
Reference
- Menezes, Alfred J., van Oorschot, Paul C., Vanstone, Scott A., Handbook of Applied Cryptography, CRC Press, Boca Raton, New York, London, Tokyo, 1996. ISBN 0-8493-8523-7.
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
