Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions specifications/multikey.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,16 +192,12 @@ Please file an issue if you have a use case that requires a new attribute type.
accumulated key shares while gathring enough shares to recreate the key.

**AlgorithmName (0x0c)**
: An arbitrary string name for the algorithm. This is optional and is intended
to support arbitrary and/or non-standard key types. Some implementations may
set this attribute for standard algorithm keys but do not rely upon that.
Interpretation of the algorithm name is application specific.
: Reserved for future use — not currently implemented. Intended to support an
arbitrary string name for the algorithm for non-standard key types.

**KeyType (0x0d)**
: An arbitrary numeric key type attribute. This is optional and is intended to
support arbitrary and/or non-standard key types. Some implementations may set
this attribute for standard algorithm keys but do not rely upon that.
Interpretation of the key type is application specific.
: Reserved for future use — not currently implemented. Intended to support an
arbitrary numeric key type attribute for non-standard key types.

### [Secret Keys](#secret-keys)

Expand Down
6 changes: 2 additions & 4 deletions specifications/multisig.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,8 @@ Multikey, are required to verify the validity of a Multisig signature.
accumulate threshold signature shares.

**AlgorithmName (0x07)**
: An arbitrary string name for the algorithm. This is optional and is intended
to support arbitrary and/or non-standard signature types. Some implementations
may set this attribute for standard algorithm signatures but do not rely upon
that. Interpretation of the algorithm name is application specific.
: Reserved for future use — not currently implemented. Intended to support an
arbitrary string name for the algorithm for non-standard signature types.

## [Examples](#examples)

Expand Down
Loading