Skip to content

Instantly share code, notes, and snippets.

@lloyd
Created December 20, 2013 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lloyd/8053138 to your computer and use it in GitHub Desktop.
Save lloyd/8053138 to your computer and use it in GitHub Desktop.
assertion sizes
(format: idp key algorithm / user key algorithm / size in bytes)
New formats:
RS/64 RS/64 612
RS/64 RS/128 811
RS/64 RS/256 1210
RS/64 DS/128 1199
RS/64 DS/256 1937
RS/128 RS/64 698
RS/128 RS/128 897
RS/128 RS/256 1296
RS/128 DS/128 1285
RS/128 DS/256 2023
RS/256 RS/64 869
RS/256 RS/128 1067
RS/256 RS/256 1467
RS/256 DS/128 1456
RS/256 DS/256 2194
DS/128 RS/64 581
DS/128 RS/128 780
DS/128 RS/256 1179
DS/128 DS/128 1168
DS/128 DS/256 1906
DS/256 RS/64 613
DS/256 RS/128 812
DS/256 RS/256 1211
DS/256 DS/128 1200
DS/256 DS/256 1938
Old formats:
RS/64 RS/64 726
RS/64 RS/128 1019
RS/64 RS/256 1601
RS/64 DS/128 1579
RS/64 DS/256 2667
RS/128 RS/64 812
RS/128 RS/128 1104
RS/128 RS/256 1687
RS/128 DS/128 1665
RS/128 DS/256 2753
RS/256 RS/64 983
RS/256 RS/128 1276
RS/256 RS/256 1858
RS/256 DS/128 1835
RS/256 DS/256 2924
DS/128 RS/64 695
DS/128 RS/128 988
DS/128 RS/256 1570
DS/128 DS/128 1548
DS/128 DS/256 2636
DS/256 RS/64 727
DS/256 RS/128 1019
DS/256 RS/256 1602
DS/256 DS/128 1580
DS/256 DS/256 2668
@fmarier
Copy link

fmarier commented Dec 20, 2013

yay for the new formats!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment