]> git.lizzy.rs Git - PAKEs.git/commitdiff
reformat using rustfmt from latest 1.31.0
authorBrian Warner <warner@lothar.com>
Thu, 6 Dec 2018 19:17:51 +0000 (11:17 -0800)
committerBrian Warner <warner@lothar.com>
Thu, 6 Dec 2018 22:55:24 +0000 (14:55 -0800)
.travis.yml
spake2/src/lib.rs

index 61059371b394e8dada5b7610201a83b392af014f..8e99551b8e5cb92ecafbf3480523021395c56deb 100644 (file)
@@ -5,7 +5,7 @@ rust:
   - nightly
 matrix:
   include:
-    - rust: 1.30.0 # lock down for consistent rustfmt behavior
+    - rust: 1.31.0 # lock down for consistent rustfmt behavior
       env: RUSTFMT
       install:
         - rustup component add rustfmt-preview
index 0bcfd6dd0811eb622a2b799fd7711ffc334cd51e..4ef7ad5ffff41898f5f420e29afe19994864fb1b 100644 (file)
@@ -397,7 +397,8 @@ impl Group for Ed25519Group {
             0x15, 0xcf, 0xd1, 0x8e, 0x38, 0x59, 0x52, 0x98, 0x2b, 0x6a, 0x8f, 0x8c, 0x78, 0x54,
             0x96, 0x3b, 0x58, 0xe3, 0x43, 0x88, 0xc8, 0xe6, 0xda, 0xe8, 0x91, 0xdb, 0x75, 0x64,
             0x81, 0xa0, 0x23, 0x12,
-        ]).decompress()
+        ])
+        .decompress()
         .unwrap()
     }
 
@@ -408,7 +409,8 @@ impl Group for Ed25519Group {
             0xf0, 0x4f, 0x2e, 0x7e, 0xb7, 0x34, 0xb2, 0xa8, 0xf8, 0xb4, 0x72, 0xea, 0xf9, 0xc3,
             0xc6, 0x32, 0x57, 0x6a, 0xc6, 0x4a, 0xea, 0x65, 0x0b, 0x49, 0x6a, 0x8a, 0x20, 0xff,
             0x00, 0xe5, 0x83, 0xc3,
-        ]).decompress()
+        ])
+        .decompress()
         .unwrap()
     }
 
@@ -419,7 +421,8 @@ impl Group for Ed25519Group {
             0x6f, 0x00, 0xda, 0xe8, 0x7c, 0x1b, 0xe1, 0xa7, 0x3b, 0x59, 0x22, 0xef, 0x43, 0x1c,
             0xd8, 0xf5, 0x78, 0x79, 0x56, 0x9c, 0x22, 0x2d, 0x22, 0xb1, 0xcd, 0x71, 0xe8, 0x54,
             0x6a, 0xb8, 0xe6, 0xf1,
-        ]).decompress()
+        ])
+        .decompress()
         .unwrap()
     }