Skip to content

Conversation

@buggywhip
Copy link
Contributor

@buggywhip buggywhip commented Jul 6, 2018

for consistency across all stream ciphers, rename sosemanuk_state *ss to sosemanuk_state *st for the yet unreleased Sosemanuk

Checklist

  • documentation is added or updated
  • tests are added or updated

@buggywhip buggywhip requested review from karel-m and sjaeckel July 6, 2018 06:38
@karel-m
Copy link
Member

karel-m commented Jul 6, 2018 via email

@buggywhip
Copy link
Contributor Author

buggywhip commented Jul 6, 2018 via email

@sjaeckel
Copy link
Member

sjaeckel commented Jul 6, 2018

rebase please, not merging back :)

@buggywhip
Copy link
Contributor Author

buggywhip commented Jul 6, 2018 via email

@sjaeckel
Copy link
Member

sjaeckel commented Jul 6, 2018

w/o merge there's normally no conflict :)

@karel-m
Copy link
Member

karel-m commented Jul 6, 2018

IMO it looks more or less good, just squash it into one commit

if (rlen > inlen) {
rlen = inlen;
}
)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

} was correct

buggywhip added 4 commits July 6, 2018 14:24
rename sosemanuk_state *ss > sosemanuk_state *st

update doc for sosemanuk_state *ss > sosemanuk_state *st change

update doc for sosemanuk_state *ss > sosemanuk_state *st change

update doc for sosemanuk_state *ss > sosemanuk_state *st change

resolve conflict
@karel-m
Copy link
Member

karel-m commented Jul 8, 2018

Another approach how to make it just a single commit:

git checkout develop
git pull
git checkout streams-make_state_names_consistent
git diff develop > tmp.diff
git reset develop --hard
patch -i tmp.diff -p 1
git commit -am 'rename sosemanuk_state *ss > sosemanuk_state *st'
git push --force

@sjaeckel sjaeckel closed this in c9c3c42 Jul 10, 2018
@buggywhip buggywhip deleted the streams-make_state_names_consistent branch July 12, 2018 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants