From 921dd17da84d4ae85d142f8b13e8098869883775 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 13 Oct 2020 00:20:57 -0400 Subject: line wrapping --- src/cipherstring.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/cipherstring.rs b/src/cipherstring.rs index d8e27f0..6de4d6c 100644 --- a/src/cipherstring.rs +++ b/src/cipherstring.rs @@ -67,7 +67,8 @@ impl CipherString { }) } 4 | 6 => { - // the only difference between 4 and 6 is the HMAC256 signature appended at the end + // the only difference between 4 and 6 is the HMAC256 + // signature appended at the end // https://github.com/bitwarden/jslib/blob/785b681f61f81690de6df55159ab07ae710bcfad/src/enums/encryptionType.ts#L8 // format is: | let contents = contents.split('|').next().unwrap(); -- cgit v1.2.3-54-g00ecf