mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
style
This commit is contained in:
parent
1252aee27d
commit
04a132b6ba
1 changed files with 4 additions and 2 deletions
|
@ -124,12 +124,14 @@ typedef struct _ID48LIB_GRN {
|
||||||
/// the frn and grn values and store in caller-provided
|
/// the frn and grn values and store in caller-provided
|
||||||
/// output parameters.
|
/// output parameters.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
/// <param name="k">key in 96 bits</param>
|
||||||
|
/// <param name="n">nonce in 56 bits</param>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// Note: In C++, each parameter would be a reference (not pointer).
|
/// Note: In C++, each parameter would be a reference (not pointer).
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
void id48lib_generator(
|
void id48lib_generator(
|
||||||
const ID48LIB_KEY *key_96bit,
|
const ID48LIB_KEY *k,
|
||||||
const ID48LIB_NONCE *nonce_56bit,
|
const ID48LIB_NONCE *n,
|
||||||
ID48LIB_FRN *frn28_out,
|
ID48LIB_FRN *frn28_out,
|
||||||
ID48LIB_GRN *grn20_out
|
ID48LIB_GRN *grn20_out
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue