What happened to BooleanFunction.algebraic_degree?

asked 2020-06-24 11:53:04 +0200

Hey, in the doc of the sage.crypto.boolean-function module, there's a algebraic_degree() method mentioned, but it's not available on my implementation of sage. Is it not up to date, or has it been deleted? Anyway, is there a more efficient way to find it than using B.algebraic_normal_form().deg()?

edit retag flag offensive close merge delete

Comments

1

Works fine for me in sage 9.2.beta1. Which version of sage are you using ?

FrédéricC gravatar imageFrédéricC ( 2020-06-24 16:03:48 +0200 )edit