Skip to content
Snippets Groups Projects

koregusu0.1

Project ID: 74152476
Select Git revision
  • main default protected
1 result
  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • cleemy desu wayo's avatar
    cleemy desu wayo authored
    This commit adds new param_method "copy", "rev", and "REV".
    
    It may be possible to express Bitcoin double-hash using the
    "REV" introduced this time and the "R" introduced in commit
    057fa359.
    
    :KRGS0.1:(s256,s,1)(s256,R,1)(REV,r,1)
    
    The new three param_method "copy", "rev", and "REV" require
    caution as they destroy the structure of the KRGS code.
    For example, the following will not only cause an infinite
    loop, but will also cause the KRGS code to grow larger and
    larger.
    
    $ ./koregusu.rb -e ':KRGS0.1:(copy,s,1)' --source="(copy,s,2)"
    
    This commit is related to 057fa359.
    649bfec0
    History

    koregusu0.1

    licensed CC0 1.0

    This spices up your system.

    Usage

    basic usage of command mode:

    $ ./koregusu.rb -e ':KRGS0.1:(s512,krs,100)(s256,rkrk,100)#pWhHzCqElo' --key='h!bw4_oUs'
    db8129da17ebf422416ba22e6fc58cac4a09a1244248a8c51a65c7ce2c15be35

    --debug option will let you see the generation process.