Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
bf1c789f
Commit
bf1c789f
authored
Apr 18, 2013
by
Niels Möller
Browse files
Added some missing full stops.
parent
ba517ac5
Changes
1
Hide whitespace changes
Inline
Side-by-side
nettle.texinfo
View file @
bf1c789f
...
...
@@ -1071,7 +1071,7 @@ keys. Nettle defines AES in @file{<nettle/aes.h>}.
@end deftp
@defvr Constant AES
_
BLOCK
_
SIZE
The AES block-size, 16
The AES block-size, 16
.
@end defvr
@defvr Constant AES
_
MIN
_
KEY
_
SIZE
...
...
@@ -1081,7 +1081,7 @@ The AES block-size, 16
@end defvr
@defvr Constant AES
_
KEY
_
SIZE
Default AES key size, 32
Default AES key size, 32
.
@end defvr
@deftypefun void aes
_
set
_
encrypt
_
key (struct aes
_
ctx *@var
{
ctx
}
, unsigned @var
{
length
}
, const uint8
_
t *@var
{
key
}
)
...
...
@@ -1147,15 +1147,15 @@ Nettle defines ARCFOUR in @file{<nettle/arcfour.h>}.
@end deftp
@defvr Constant ARCFOUR
_
MIN
_
KEY
_
SIZE
Minimum key size, 1
Minimum key size, 1
.
@end defvr
@defvr Constant ARCFOUR
_
MAX
_
KEY
_
SIZE
Maximum key size, 256
Maximum key size, 256
.
@end defvr
@defvr Constant ARCFOUR
_
KEY
_
SIZE
Default ARCFOUR key size, 16
Default ARCFOUR key size, 16
.
@end defvr
@deftypefun void arcfour
_
set
_
key (struct arcfour
_
ctx *@var
{
ctx
}
, unsigned @var
{
length
}
, const uint8
_
t *@var
{
key
}
)
...
...
@@ -1193,7 +1193,7 @@ standards.
@end deftp
@defvr Constant ARCTWO
_
BLOCK
_
SIZE
The ARCTWO block-size, 8
The ARCTWO block-size, 8
.
@end defvr
@defvr Constant ARCTWO
_
MIN
_
KEY
_
SIZE
...
...
@@ -1203,7 +1203,7 @@ The ARCTWO block-size, 8
@end defvr
@defvr Constant ARCTWO
_
KEY
_
SIZE
Default ARCTWO key size, 8
Default ARCTWO key size, 8
.
@end defvr
@deftypefun void arctwo
_
set
_
key
_
ekb (struct arctwo
_
ctx *@var
{
ctx
}
, unsigned @var
{
length
}
, const uint8
_
t *@var
{
key
}
, unsigned @var
{
ekb
}
)
...
...
@@ -1242,19 +1242,19 @@ has some weak keys. Nettle defines BLOWFISH in @file{<nettle/blowfish.h>}.
@end deftp
@defvr Constant BLOWFISH
_
BLOCK
_
SIZE
The BLOWFISH block-size, 8
The BLOWFISH block-size, 8
.
@end defvr
@defvr Constant BLOWFISH
_
MIN
_
KEY
_
SIZE
Minimum BLOWFISH key size, 8
Minimum BLOWFISH key size, 8
.
@end defvr
@defvr Constant BLOWFISH
_
MAX
_
KEY
_
SIZE
Maximum BLOWFISH key size, 56
Maximum BLOWFISH key size, 56
.
@end defvr
@defvr Constant BLOWFISH
_
KEY
_
SIZE
Default BLOWFISH key size, 16
Default BLOWFISH key size, 16
.
@end defvr
@deftypefun int blowfish
_
set
_
key (struct blowfish
_
ctx *@var
{
ctx
}
, unsigned @var
{
length
}
, const uint8
_
t *@var
{
key
}
)
...
...
@@ -1298,7 +1298,7 @@ is 128 bits (16 octets), and the supported key sizes are 128, 192, and
@end deftp
@defvr Constant CAMELLIA
_
BLOCK
_
SIZE
The CAMELLIA block-size, 16
The CAMELLIA block-size, 16
.
@end defvr
@defvr Constant CAMELLIA
_
MIN
_
KEY
_
SIZE
...
...
@@ -1308,7 +1308,7 @@ The CAMELLIA block-size, 16
@end defvr
@defvr Constant CAMELLIA
_
KEY
_
SIZE
Default CAMELLIA key size, 32
Default CAMELLIA key size, 32
.
@end defvr
@deftypefun void camellia
_
set
_
encrypt
_
key (struct camellia
_
ctx *@var
{
ctx
}
, unsigned @var
{
length
}
, const uint8
_
t *@var
{
key
}
)
...
...
@@ -1344,19 +1344,19 @@ Nettle defines cast128 in @file{<nettle/cast128.h>}.
@end deftp
@defvr Constant CAST128
_
BLOCK
_
SIZE
The CAST128 block-size, 8
The CAST128 block-size, 8
.
@end defvr
@defvr Constant CAST128
_
MIN
_
KEY
_
SIZE
Minimum CAST128 key size, 5
Minimum CAST128 key size, 5
.
@end defvr
@defvr Constant CAST128
_
MAX
_
KEY
_
SIZE
Maximum CAST128 key size, 16
Maximum CAST128 key size, 16
.
@end defvr
@defvr Constant CAST128
_
KEY
_
SIZE
Default CAST128 key size, 16
Default CAST128 key size, 16
.
@end defvr
@deftypefun void cast128
_
set
_
key (struct cast128
_
ctx *@var
{
ctx
}
, unsigned @var
{
length
}
, const uint8
_
t *@var
{
key
}
)
...
...
@@ -1395,11 +1395,11 @@ DES also has some weak keys. Nettle defines DES in @file{<nettle/des.h>}.
@end deftp
@defvr Constant DES
_
BLOCK
_
SIZE
The DES block-size, 8
The DES block-size, 8
.
@end defvr
@defvr Constant DES
_
KEY
_
SIZE
DES key size, 8
DES key size, 8
.
@end defvr
@deftypefun int des
_
set
_
key (struct des
_
ctx *@var
{
ctx
}
, const uint8
_
t *@var
{
key
}
)
...
...
@@ -1470,11 +1470,11 @@ triple-DES, it is defined in the same place as plain DES,
@end deftp
@defvr Constant DES3
_
BLOCK
_
SIZE
The DES3 block-size is the same as DES
_
BLOCK
_
SIZE, 8
The DES3 block-size is the same as DES
_
BLOCK
_
SIZE, 8
.
@end defvr
@defvr Constant DES3
_
KEY
_
SIZE
DES key size, 24
DES key size, 24
.
@end defvr
@deftypefun int des3
_
set
_
key (struct des3
_
ctx *@var
{
ctx
}
, const uint8
_
t *@var
{
key
}
)
...
...
@@ -1592,19 +1592,19 @@ larger ones. Nettle defines SERPENT in @file{<nettle/serpent.h>}.
@end deftp
@defvr Constant SERPENT
_
BLOCK
_
SIZE
The SERPENT block-size, 16
The SERPENT block-size, 16
.
@end defvr
@defvr Constant SERPENT
_
MIN
_
KEY
_
SIZE
Minimum SERPENT key size, 16
Minimum SERPENT key size, 16
.
@end defvr
@defvr Constant SERPENT
_
MAX
_
KEY
_
SIZE
Maximum SERPENT key size, 32
Maximum SERPENT key size, 32
.
@end defvr
@defvr Constant SERPENT
_
KEY
_
SIZE
Default SERPENT key size, 32
Default SERPENT key size, 32
.
@end defvr
@deftypefun void serpent
_
set
_
key (struct serpent
_
ctx *@var
{
ctx
}
, unsigned @var
{
length
}
, const uint8
_
t *@var
{
key
}
)
...
...
@@ -1632,19 +1632,19 @@ Nettle defines it in @file{<nettle/twofish.h>}.
@end deftp
@defvr Constant TWOFISH
_
BLOCK
_
SIZE
The TWOFISH block-size, 16
The TWOFISH block-size, 16
.
@end defvr
@defvr Constant TWOFISH
_
MIN
_
KEY
_
SIZE
Minimum TWOFISH key size, 16
Minimum TWOFISH key size, 16
.
@end defvr
@defvr Constant TWOFISH
_
MAX
_
KEY
_
SIZE
Maximum TWOFISH key size, 32
Maximum TWOFISH key size, 32
.
@end defvr
@defvr Constant TWOFISH
_
KEY
_
SIZE
Default TWOFISH key size, 32
Default TWOFISH key size, 32
.
@end defvr
@deftypefun void twofish
_
set
_
key (struct twofish
_
ctx *@var
{
ctx
}
, unsigned @var
{
length
}
, const uint8
_
t *@var
{
key
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment