U.S. flag   An unofficial archive of your favorite United States government website
Dot gov

Official websites do not use .rip
We are an unofficial archive, replace .rip by .gov in the URL to access the official website. Access our document index here.

Https

We are building a provable archive!
A lock (Dot gov) or https:// don't prove our archive is authentic, only that you securely accessed it. Note that we are working to fix that :)

This is an archive
(replace .gov by .rip)
A  |  B  |  C  |  D  |  E  |  F  |  G  |  H  |  I  |  J  |  K  |  L  |  M  |  N  |  O  |  P  |  Q  |  R  |  S  |  T  |  U  |  V  |  W  |  X  |  Y  |  Z

len(x)

Definition(s):

  The length of  an integer x in bits.
Source(s):
NIST SP 800-125B under len(x)

  The length of the string x in bits.
Source(s):
NIST SP 800-135 Rev. 1 under len(x)

  For a bit string X, len(X) is the length of X in bits.
Source(s):
NIST SP 800-185 under len(X)

  The bit length of the bit string X.
Source(s):
NIST SP 800-38F under len(X)

  For the non-negative integer x, the bit length of the shortest bit string that can be  interpreted as a binary (i.e., base two) representation of the integer x. For integer x > 0, len(x) = ëlog2(x)û + 1. (In the case of 0, len(0) = 1.)
Source(s):
NIST SP 800-56B Rev. 2 under len(x)