From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 8726 invoked from network); 3 Jun 2021 21:54:33 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 3 Jun 2021 21:54:33 -0000 Received: from mail-pj1-f49.google.com ([209.85.216.49]) by 1ess; Thu Jun 3 16:28:31 -0400 2021 Received: by mail-pj1-f49.google.com with SMTP id o17-20020a17090a9f91b029015cef5b3c50so6156343pjp.4 for <9front@9front.org>; Thu, 03 Jun 2021 13:28:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=uJA06w9/ZkgKgMywJIPA2IazgPYlRpAQvcxy8bylUuc=; b=gFVdO72m+DUrMmqyAcPd74IfLuefF0WmGGhCgU0jjw3GopJS6RvVUgBC4976rKNSTR FlIaimXMxD69ERryWn6Y1O2F1t2Gc+VEXMM9txcEBE3E+4HbCDg/H80ot6ZD4QIU8Cgv LBMHT/2/jnONv3wNWvxa9w2A5pWfyNpO1vmZTfp3nzwAgkeX1j5BtesSH3x7lia/aeQn DTT6XqC0VS5xGgzWQ/Grq2EUvq9NcB3I15/7aS3fuXew67Aqc0O60GiWF6FkZm+x+Hkf My/1OplGpI2Ja+dYaTZJG9XHpI1qpK5hPoTe5ZFRLrlpYFJmX5JNMM7m+Z7f1o2+blTs u4+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=uJA06w9/ZkgKgMywJIPA2IazgPYlRpAQvcxy8bylUuc=; b=NwXdV9omrYFFG5UV5Qk9hmdkPx0OFMg1f0g8FqjGRmb32dpmqNPIOrBLYEuRSCL4TP Zi+Ij8PZU7JqVs901KXvmFEuVohOY8rGyYj6hD1nS5lQX4Dnq77pv6XSX3+3djy6N8Um 4/ygr69OSwpkZ6KGrZo8tc/Svs/62O4mv1vKrJ3726UT2DwASTSRvIzeHrQQtMrYbGhV SWbHRjHQ5k9yRjBr6HLEj/8rh2aJm40gvd9GbjfzSJP6/XJ0ci7XVui1PDOrtCEo1rHo eEdaXOV+86F4RsTxkEX545f8oHAA3ydCwN3p9K9DJmfsOr6+xRDLoA+o1jixAHnzaXue nYYw== X-Gm-Message-State: AOAM530kx8a46eOH9CnNdg7aMHSY3EKoriBzH6C3F2wuDAPnLGhwCBYv LnXTaDnj/tcxfKXnPmK3lw+CirP+VTMd+Fr1NsfeocoyIKM= X-Google-Smtp-Source: ABdhPJx8EvoNsLVEtDuswScsffjoWiMLdreRN4KImERXicrbXdjXofMylk7AvtfQPTcjPN7guXqoqvebsxx0WKpzyWw= X-Received: by 2002:a17:90a:d106:: with SMTP id l6mr1051673pju.164.1622752106037; Thu, 03 Jun 2021 13:28:26 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a05:6a20:a002:b029:1e:dcb9:6f96 with HTTP; Thu, 3 Jun 2021 13:28:25 -0700 (PDT) In-Reply-To: <357AE7E5832A1E6B7B2BF01C31A5FD11@fulton.software> References: <81A58E6C8B19C6A43FC236CFCED33CE5@felloff.net> <357AE7E5832A1E6B7B2BF01C31A5FD11@fulton.software> From: hiro <23hiro@gmail.com> Date: Thu, 3 Jun 2021 22:28:25 +0200 Message-ID: To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: cloud self-signing package Subject: Re: [9front] [PATCH] sha3 but fixed the code style Reply-To: 9front@9front.org Precedence: bulk > I don't know how much I can do about that, but I'll look in to it. what do you mean? if your code is independent of byte ordering then i think you should know what is meant here, even without knowing anything about mips (it was an example). On 6/2/21, fulton@fulton.software wrote: > I did attribute the authors in my first post email post, that email never > went through and I should have re-attributed the author > > https://github.com/mjosaarinen/tiny_sha3 > >> - sha3() needs to return nil on final run. > - I'll fix that > >>note, that this also will not work on big endian machines. you can >>try this with the mips instruction emulator vi(1). > I don't know how much I can do about that, but I'll look in to it. > >>byte-by-byte xor is stupid. > > I don't love it either, but I in this case it may be the best way to get it > working, but I can change it. > >>sha3_keccakf() seems more than sub-optimal > > i'll rewrite it. > > -- > Fulton fulton.software!fulton >