• Arthur Besse
    link
    fedilink
    386 months ago

    python -c 'print((61966753*385408813*916167677<<2).to_bytes(11).decode())'

    • palordrolap
      link
      fedilink
      186 months ago

      perl -le 'use bignum;print+pack"H22",(61966753*385408813*916167677<<2)->to_hex()'

      Alas, Perl doesn’t bignum by default