plunder

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

RunHashes.hs (1587B)


      1 -- Copyright 2023 The Plunder Authors
      2 -- Use of this source code is governed by a BSD-style license that can be
      3 -- found in the LICENSE file.
      4 
      5 module Fan.RunHashes where
      6 
      7 import Fan.Print      (decodeBtc)
      8 import PlunderPrelude (ByteString)
      9 
     10 import Hash256
     11 
     12 --------------------------------------------------------------------------------
     13 
     14 ifHash :: Hash256
     15 ifHash = "CGWi51frV26N7KUBbso2WzBad8W2mbix6HaejVem5YaZ"
     16 
     17 ifzHash :: Hash256
     18 ifzHash = "3C2F3FHjCiM8zaWbTKQnNJbCfs4vU11tpcj3wETVQJtZ"
     19 
     20 switchHash :: Hash256
     21 switchHash = "3vzrXZQeTFijPUj8F4rF3QWJnzbEEMNZbjmGsustvzo8"
     22 
     23 tabSwitchHash :: Hash256
     24 tabSwitchHash = "GAEvH1zJXuT4fpX9rhnonBPtQ1wxcDmgXgyz53vZxmSa"
     25 
     26 seqHash :: Hash256
     27 seqHash = "7fPzp1b5QXpDDkvpt2oBGUm3w6eCPVKjDnUQ8i8w8mj5"
     28 
     29 traceHash :: Hash256
     30 traceHash = "DWsz4CYrc3xzUQRxtibBiSXUx8HzR3tRgGNsbAMJLe9w"
     31 
     32 idxHash :: Hash256
     33 idxHash = "H4Zc8hKR4nzf2w1FC8mXQmsmMrNvJ86yRh2hLK9GL3ds"
     34 
     35 getHash :: Hash256
     36 getHash = "386VJFmFLRAcsu3gXtsNK4s5muQusWJ4SMzgjjS6YUPf"
     37 
     38 addHash :: Hash256
     39 addHash = "QeTTm1EFP1r7mkXJQVnBYUW2QeKUvjNfYA5PiGzFRVj"
     40 
     41 subHash :: Hash256
     42 subHash = "xruy2CzBgGc8fbn6wYDw4ofa4XXNgCsVGhySX6wr7LS"
     43 
     44 mulHash :: Hash256
     45 mulHash = "E2TXQPG89ykcNK9s7XSwDhvgQsUrc8ogjvoPsEZu7zyp"
     46 
     47 eqlHash :: Hash256
     48 eqlHash = "Adf29h2HgWaoiya1ZWMeMp4iMQfeUnNZzbVyZ5ocNuUz"
     49 
     50 lteHash :: Hash256
     51 lteHash = "3ERFoKQNfT27Q9uf356rXiUA9wuBxH1EX2abyZmikeVy"
     52 
     53 lthHash :: Hash256
     54 lthHash = "AdoCNFpqJGYuhrayP8pVoqzyfSR7UcPwDt86gyL7oe4A"
     55 
     56 gteHash :: Hash256
     57 gteHash = "36re96oJE2udJvUgERtaYYFWVm7AJNHe8pVufjoXkQet"
     58 
     59 gthHash :: Hash256
     60 gthHash = "vzmdUQLNpoqDJxoyVpU4ESQVZg4eWfv9ye55MzHH5AB"