Secure Aggregation Implementation

I noticed that Tensorflow Federated now provides tff.federated_secure_sum, a secure aggregation function based on the Bonawitz 17 paper: Practical Secure Aggregation for Privacy-Preserving Machine Learning – Google Research

May I ask whether the implementation is now completed, and whether the implementation right now is a simplified version of the protocol described in the paper?